Auction app with real-time observable socket streams
- Socket.io for real-time events
- RxJS to treat socket.io events as Observable streams
- Frameworkless custom code influenced by Elm Architecture
- Snabbdom a virtual DOM library for rendering
- Union-type library for Actions
- Socket.io
- RxJS
npm install
npm run server
nodemon --inspect src/server
npm start