Skip to content

typedapi/chat-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypedAPI chat demo

TypedAPI is set of libraries for creating client-server APIs for applications written in typescript.

WebsiteDocumentation

About package

Chat-demo is demo chat created using typedAPI

Installing

You need NodeJS 12+, NPM, GIT, TYPESCRIPT ^4.0 to be installed

git clone https://github.com/typedapi/chat-demo
cd chat-demo
npm install

Running

# For server
npm run server
# For client, in separate terminal
npm run client

Then you can open multiple browser tabs on localhost:4200 to play with it

About

Demo websocket chat based on TypedAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published