Blog articles/Network
From HaskellWiki
(Difference between revisions)
(→IRC) |
|||
| Line 5: | Line 5: | ||
* [http://nominolo.blogspot.com/2007/05/networkhttp-bytestrings.html Network.HTTP + ByteStrings] | * [http://nominolo.blogspot.com/2007/05/networkhttp-bytestrings.html Network.HTTP + ByteStrings] | ||
* [http://www.alpheccar.org/en/posts/show/73 Haskell: Preventing irreversible updates from HTTP GET with types] | * [http://www.alpheccar.org/en/posts/show/73 Haskell: Preventing irreversible updates from HTTP GET with types] | ||
| + | * [http://scsibug.com/2007/09/23/haskell-s3-library/ Amazon S3 binding] | ||
=== TCP === | === TCP === | ||
Revision as of 01:12, 7 November 2007
Contents |
1 Network
1.1 HTTP
- Network.HTTP + ByteStrings
- Haskell: Preventing irreversible updates from HTTP GET with types
- Amazon S3 binding
1.2 TCP
- Simple STM TCP server
- Haskell's 'interact' with TCP sockets
- Concurrent Port Scanner in Haskell
- Simple socket programming:
- On haskell: writing a packet sniffer
- A simple echo server
- A concurrent networked data pipe
