It is a chat made with socket.io to exemplify the basic functioning of websockets. This release is just a demo, so it doesn't follow best practices. Never use this code in production, just for learning.
Install Chat with npm
npm install chat_exemple_websocket
cd chat_exemple_websocket
node server.jsClone project
git clone https://github.com/sergiotcnolivre/chat_exemple_websocket.gitEnter in folder of project
cd chat_exemple_websocketInstall as dependencies
npm installRun server
node server.jsApplication run in http://localhost:3000