Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 200 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 200 Bytes

chatApp

A multi-user single-room chat application made using Node.js and socket.io.

To install dependency:

npm install

To run app:

npm start

Open your browser and go to:

localhost:3000