Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 313 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 313 Bytes

Adhoc-Chatapp

prerequisite

  • node.js 6.0 or above

usage

clone project and navigate to the project folder

you need to have node.js install on your machine

to install dependencies open terminal and type

npm install

to start the app

node chat-core.js

and navigate to localhost:3000