Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 225 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 225 Bytes

ChatApp

Simple app using NodeJS with WebSocket.io to create a real-time chat app.

Installing

npm install

Running

node index.js

or

npx nodemon index.js

Navigate to localhost:9001 to try it