Skip to content

aidysp/shatra-server

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Altai Shatra Game Server

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.

Overview

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.

Technologies Used

  • 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.

Installation

  1. Clone the repository:
git clone https://github.com/your-username/altai-shatra-server.git

## Installation

```bash
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

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.

License

Nest is MIT licensed.

shatra-server

shatra-server

About

Server app for shatra game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published