Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 447 Bytes

File metadata and controls

17 lines (10 loc) · 447 Bytes

Simple Chat Room With NodeJS (socket.io)

Simple chat room with NodeJS(socket.io) and bootstrap template.

alt text

how run project ?

After installing NodeJS you need to change directory to project path in terminal then enter below commands :
npm install
node index.js

that's it ! Now you can access to project from http://localhost:3000 from your browser.