Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ushliypakostnik/ruinsworld-server


https://github.com/ushliypakostnik/ruinsworld-server

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start
```

Внимание, в @/src/services/gateaway.ts:

Для development-режима:

```
@WebSocketGateway({
cors: {
credentials: true, // TODO!!! For development!!!
},
allowEIO3: true,
})
```

## License

Nest is [MIT licensed](LICENSE).