Built with:
- Server side: Node.js, Socket.io
- NPM Modules: Mustache.js,Moment.js,Qs.js
git clone https://github.com/kaganecee/nodejs-chat-app.git
Fetch dependencies:
npm install
Launch chat server:
npm run dev
or
node src/index.js
Open this URL in your browser:
http://localhost:3000//