A simple chat client and server to demonstrate how straightforward is to integrate Colyseus room states with Angular 7.
git clone https://github.com/endel/colyseus-react-example.git
cd colyseus-angular-example
cd client
npm install
npm start
cd server
npm install
npm start
MIT