Simple chatting app using WebSockets, Node.js on backend and Vanilla JS, WebSockets API on frontend.
- Node.Js
- express
- nodemon
- ws
- uuid
PORT: 5000
cd ./Backend
npm i
npm run dev
PORT: 3000
cd ./Frontend
npm i
npm run dev
The Frontend should be running on http://localhost:3000.
The Backend should be running on http://localhost:5000. (Not to be accessed via browser)