A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
Welcome to the Altai Shatra game server! This server-side application is the backend for the Altai Shatra game, primarily handling real-time gameplay logic through websockets.
The Altai Shatra game is a multiplayer board game played in real-time. This server application is responsible for managing game sessions, handling player interactions, and facilitating real-time communication between players.
- Nest.js: A progressive Node.js framework for building efficient, reliable, and scalable server-side applications.
- Websockets: Real-time communication protocol used for bi-directional communication between clients and the server.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript, providing better tooling and code clarity.
- Clone the repository:
git clone https://github.com/your-username/altai-shatra-server.git
## Installation
```bash
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Nest is MIT licensed.