An open API service indexing awesome lists of open source software.

https://github.com/masylum/haskell-socket.io

Implementation of the socket-io protocol
https://github.com/masylum/haskell-socket.io

Last synced: about 1 year ago
JSON representation

Implementation of the socket-io protocol

Awesome Lists containing this project

README

          

# Haskell-Socket.io

Implementation of the socket.io protocol in haskell

## Current status

So far only the parser have been implemented.
This is my weekend project to learn Haskell, so progress will be extremely slow.

## Tests

The original [socket.io](https://github.com/LearnBoost/socket.io) tests are being ported to `HUnit`.
To run them just type in your terminal:

make