Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Clivern/Redis-PubSub

Build Realtime Apps With Redis PubSub
https://github.com/Clivern/Redis-PubSub

Last synced: about 2 months 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.