This simple chat app demonstrates WebSocket by the backend and the frontend side.
- Get this app:
git clone https://github.com/taksenov/test-task-chat.git
cd ./test-task-chat
npm i
- Run backend:
npm run start
run web-server: "http-server ./src/public" or "npm run public"
- In your browser go to url: "http://localhost:8080"