/rxjs-chat-app

Chat app built with RxJS and Socket.IO

Primary LanguageJavaScript

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