Skip to content

drewdru/game-chat-backend

Repository files navigation

game-chat-backend

Description

Node.js backend for: https://github.com/valiafetisov/unity-webgl-multiplayer This project was generated with NestJS version 6.0.8.

Installation

$ npm install

sudo cp ./gamechat /etc/nginx/sites-available/ sudo ln -s /etc/nginx/sites-available/gamechat /etc/nginx/sites-enabled/gamechat sudo service nginx restart

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

About

Node.js backend for unity game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published