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

https://github.com/clivern/redis-pubsub

Build Realtime Apps With Redis PubSub
https://github.com/clivern/redis-pubsub

Last synced: 27 days ago
JSON representation

Build Realtime Apps With Redis PubSub

Awesome Lists containing this project

README

          

# Redis-PubSub
Build Realtime Apps With Redis PubSub

# Installing
To Install & Run Backend

```bash
$ cd backend
$ composer install
```

To Install & Run NodeJs Server

```bash
$ cd nodejs
$ npm install
$ node index.js
```

Then open frontend page and push things from backend, you will see message appear in frontend JS console.