git clone https://github.com/msroot/chat-examplecd chat-examplenpm installnode index.jsopen http://localhost:3000/open in another window http://localhost:3000/
This is the source code for a very simple chat example used for the Getting Started guide of the Socket.IO website.
Please refer to it to learn how to run this application.
You can also spin up a free Heroku dyno to test it out:
Besides, the application is deployed on Now: https://socketio-chat-example.now.sh/

