Difference between revisions of "Blog articles/Network"

From HaskellWiki
Jump to navigation Jump to search
(→‎Network: removed sad bunch of 404s.)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
   
 
* [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]
 
   
 
=== TCP ===
 
=== TCP ===
   
 
* [http://sequence.complete.org/node/258 Simple STM TCP server]
 
* [http://sequence.complete.org/node/258 Simple STM TCP server]
* [http://stephan.walter.name/blog/computers/programming/haskell/interacttcp.html Haskell's 'interact' with TCP sockets]
 
 
* [http://blog.moertel.com/articles/2004/03/13/concurrent-port-scanner-in-haskell Concurrent Port Scanner in Haskell]
 
* [http://blog.moertel.com/articles/2004/03/13/concurrent-port-scanner-in-haskell Concurrent Port Scanner in Haskell]
 
* Simple socket programming:
 
* Simple socket programming:
 
** [http://metavar.blogspot.com/2007/03/simple-socket-programming.html Part 1]
 
** [http://metavar.blogspot.com/2007/03/simple-socket-programming.html Part 1]
 
** [http://metavar.blogspot.com/2007/03/simple-socket-programming-2-revenge-of.html Part 2]
 
** [http://metavar.blogspot.com/2007/03/simple-socket-programming-2-revenge-of.html Part 2]
* [http://austin.youareinferior.net/?q=node/24 On haskell: writing a packet sniffer]
 
 
* [http://abstractabsurd.blogspot.com/2007/05/couple-of-silly-examples.html A simple echo server]
 
* [http://abstractabsurd.blogspot.com/2007/05/couple-of-silly-examples.html A simple echo server]
* [http://emilliken.blogspot.com/2007/07/haskell-datapipe.html A concurrent networked data pipe]
 
   
 
=== IRC ===
 
=== IRC ===
   
* [http://blog.nurd.se/hype/?p=30 An IRC client/server in Haskell]
 
 
* [http://haskell.org/haskellwiki/Roll_your_own_IRC_bot Roll your own Haskell IRC bot]
 
* [http://haskell.org/haskellwiki/Roll_your_own_IRC_bot Roll your own Haskell IRC bot]
  +
  +
== Further reading ==
  +
  +
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Network Network libraries on Hackage]

Latest revision as of 15:06, 26 January 2012