Please read the related guide.
This repository contains several implementations of the server:
| Directory | Language | Database | Cluster? |
|---|---|---|---|
server/ |
TypeScript | in-memory | No |
server-postgres-cluster/ |
JavaScript | Postgres, with the Postgres adapter | Yes, with the @socket.io/sticky module) |
cd angular-client
npm install
npm start
cd server
npm install
npm start