Documentation


WebSockets

Example using socket.io

EvenNode supports WebSockets out of the box. Below you can find an example of real-time chat app using socket.io The source code is available on GitHub.

Test locally

$ git clone git@github.com:evennode/socket.io-chat.git
$ cd socket.io-chat
$ npm install
$ node app.js