Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 980 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 980 Bytes

socket.io-cowboy

Overview

Build Status Coverage Status

This project is an open-source Erlang implementation of Socket.IO server. Based on Cowboy.

Licensed under the Apache License 2.0.

Feauters

  • 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