Chat example with session authentication. Client scripts written with pure Javascript, no framework needed.
git clone https://github.com/web-dev-server/example-chat-javascript.git example-chat-javascript
cd ./example-chat-javascript
npm update
node server.js
- open your first web browser on:
- http://localhost:8000/
- login with any user and password located in
./chat/data/login-data.csv
- open your second web browser on:
- http://localhost:8000/
- login with any user and password located in
./chat/data/login-data.csv
- chat between browsers