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
- Host: GitHub
- URL: https://github.com/masylum/haskell-socket.io
- Owner: masylum
- Created: 2012-01-28T20:22:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-11T19:35:15.000Z (over 14 years ago)
- Last Synced: 2025-03-15T23:44:37.021Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 1.87 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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