Applications and libraries/Network

From HaskellWiki
< Applications and libraries
Revision as of 12:39, 31 March 2006 by EinarKarttunen (talk | contribs) (network-alt + hsgnutls)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Network

  • Lambdabot is an IRC bot implemented in Haskell, with a plugin architecture, providing many many services, including:
    • Haskell evaluation, type and kind checking
    • Type search, identifier search, library search, google and wikipedia search
    • Code refactoring
    • And more!
  • conjure is a Haskell implementation of the bittorrent protocol
  • gopherbot - a gopher caching spider, similar in goals to the wayback machine at archive.org. Written in Haskell, uses the HDBC database engine.
  • Ginsu - Ginsu is a client for the gale chat system. It is designed to be powerful and above all stable, as well as having a quick learning curve.
  • network-alt - alternative high speed network implementation supporting varios IO strategies including epoll.

SSL/TLS connections.