Blog articles/Network: Difference between revisions
DonStewart (talk | contribs) (→IRC) |
DonStewart (talk | contribs) No edit summary |
||
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
Network
HTTP
- Network.HTTP + ByteStrings
- Haskell: Preventing irreversible updates from HTTP GET with types
- Amazon S3 binding
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