Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushliypakostnik/ruinsworld-server
https://github.com/ushliypakostnik/ruinsworld-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ushliypakostnik/ruinsworld-server
- Owner: ushliypakostnik
- Created: 2024-08-21T14:13:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T17:35:01.000Z (2 months ago)
- Last Synced: 2024-12-17T18:28:39.742Z (2 months ago)
- Language: TypeScript
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).