rxjs-chat-app icon indicating copy to clipboard operation
rxjs-chat-app copied to clipboard

Chat app built with RxJS and Socket.IO

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