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

https://github.com/samchon/nestjs-websocket-example

Example WebSocket server of NestJS with Nestia
https://github.com/samchon/nestjs-websocket-example

Last synced: 8 months ago
JSON representation

Example WebSocket server of NestJS with Nestia

Awesome Lists containing this project

README

          

# NestJS WebSocket Example
NestJS WebSocket example project with Nestia.

https://nestia.io/docs/core/WebSocketRoute

```bash
git clone https://github.com/samchon/nestjs-websocket-example
cd nestjs-websocket-example
npm install
npm run build
npm run test
```