Chat example with session authentication. Client scripts witten with Angular 1.
npm install web-dev-server-
git clone https://github.com/web-dev-server/example-chat-angular-1.git example-chat-angular-1
cd ./example-chat-angular-1
npm update
node server.js
- open your first web browser on:
- http://localhost:8000/chat/
- login with some name
- open your second web browser on:
- http://localhost:8000/chat/
- login with some different name
- chat between browsers