This is a platform for browser turn based games.
Developed using mostly the Express.js framework with TypeScript.
$ npm run dev
for running the server including build
$ npm run start
for running without building
Redis server required to save game state. MongoDB for saving players and rooms .env.example gives info how to connect.