Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 441 Bytes

relatime-chat-app

All requirements:

nodemon -> npm install -g nodemon

express -> npm install express

socket.io -> npm install socket.io

-> Realtime chat App with node.js (express and socket.io)
-> just use this command in your terminal:

 > npm install && npm run start

-> it will be start your server!
-> Go "http://localhost:3000/"
-> And chatting :) !