web-dev-server-example-chat-typescript
v3.0.26
Published
Chat example with session authentication in Typescript.
Downloads
2
Readme
Example - Chat - TypeScript
Chat example with session authentication. Client scripts written in TypeScript, no framework needed.
Instalation
git clone https://github.com/web-dev-server/example-chat-typescript.git example-chat-typescript
cd ./example-chat-typescript
npm update
Usage
node chat/js/server/run.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