This repository is intended to serve as a proof of concept for socket.io implemented in nodejs. The result of the implementation is a simple chat solution.
npm install
node server.js
- Start the node server
- Open a browser and type http://localhost:3000/
- Open a second browser (or tab) and type http://localhost:3000/
- Type messages in both terminals and see the result