Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

```