/socket.io-cowboy

Socket.IO server for Erlang

Primary LanguageJavaScriptApache License 2.0Apache-2.0

socket.io-cowboy

Overview

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.

Feauters

  • 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