ಠoಠ - "YEAH, a simple chat application with NodeJS and Socket.io"
Express: npm install express --save
Socketio: npm install socket.io
Jquery: npm install jquery
- Clone this project
- Run
npm installoryarn installin project's root folder - In server folder, run:
node main.js - Next, open the
index.htmlfile or serve using LiveServer
The application server are running on http://localhost:3000/
Based on: