socket.io-chat-demo icon indicating copy to clipboard operation
socket.io-chat-demo copied to clipboard

socket.io-chat-demo

This is an example of how easy it is to create realtime chat with Socket.io

How to run it

git clone https://github.com/tysoncadenhead/socket.io-chat-demo
cd socket.io-chat-demo
npm install
node server

Then go to http://localhost:4000 in your browsers and chat with yourself.