Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-esm/socket-cluster-app
WebSocket cluster with NestJs and Redis. Repo for Medium article.
https://github.com/m-esm/socket-cluster-app
nest nestjs pubsub redis redis-pubsub redis-ws tutorial websocket websocket-cluster ws
Last synced: 6 days ago
JSON representation
WebSocket cluster with NestJs and Redis. Repo for Medium article.
- Host: GitHub
- URL: https://github.com/m-esm/socket-cluster-app
- Owner: m-esm
- Created: 2020-04-07T03:55:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:57:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T04:45:04.034Z (7 months ago)
- Topics: nest, nestjs, pubsub, redis, redis-pubsub, redis-ws, tutorial, websocket, websocket-cluster, ws
- Language: TypeScript
- Homepage: https://medium.com/@mohsenes/websocket-cluster-with-nestjs-and-redis-a18882d418ed
- Size: 2.02 MB
- Stars: 16
- Watchers: 1
- Forks: 10
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This is a repository for [WebSocket cluster with NestJs and Redis](https://medium.com/@mohsenes/websocket-cluster-with-nestjs-and-redis-a18882d418ed) Article on Medium.
## Installation
```bash
$ npm install
```## Running the app
```bash
# watch mode
$ npm run start:dev```