Skip to content

steveholgado/rxjs-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS Chat App

Chat app built with RxJS and Socket.IO.

Development

npm install             # Install dependencies
npm start               # Run development server

Production

npm install             # Install dependencies
npm run build           # Build client
npm run server          # Run server

Releases

No releases published

Packages

No packages published