nodejs chat app
1.0.0
Built with:
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//