This project is an open-source Erlang implementation of Socket.IO server. Based on the sinnus' socket.io-cowboy.
Licensed under the Apache License 2.0.
- Supports 0.7+ version of Socket.IO-client up to latest - 1.3.5
- Supports polling(jsonp & xhr) 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:
Socket.IO V0.x is here
Socket.IO V1.x is here