This project is an open-source Erlang implementation of Socket.IO server. Based on Cowboy.
Licensed under the Apache License 2.0.
- Partial Supports 0.7+ version of Socket.IO-client up to latest - 0.9.6 (doesn't support ack and events)
- Supports xhr-polling transport
- Supports websocket transport
- Supports SSL
#Usage example
The example you can find in demo directory. Just make and execute start.sh script. Url to check: http://localhost:8080/index.html