realtime chat app build in Vanilla javascript (Node.js) and Socket.io
V1 = A bare minimum Socket.io implementation How To Run
cd server
npm install
npm start
Open the app/index.html
file in a browser.
realtime chat app build in Vanilla javascript (Node.js) and Socket.io
realtime chat app build in Vanilla javascript (Node.js) and Socket.io
V1 = A bare minimum Socket.io implementation How To Run
cd server
npm install
npm start
Open the app/index.html
file in a browser.
realtime chat app build in Vanilla javascript (Node.js) and Socket.io