This repo serves as a playground to experiment with different frameworks. No bugs or features will be developed. Feel free to fork and to try things out for yourself.
Server:
Socket server (NodeJS/Socket IO). Socketlistener are defined as streams (Rxjs).
Client: SPA (React) with socket-streams (Socket IO/Rxjs).
Login, Chat and PingPong.
clone and jump in root
Client
cd client && npm install
npm run dev
Server
cd server && npm install
npm start
...