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 updatenode 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