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
- Host: GitHub
- URL: https://github.com/clivern/redis-pubsub
- Owner: Clivern
- License: mit
- Created: 2017-09-02T13:02:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:34:37.000Z (about 2 years ago)
- Last Synced: 2025-03-08T04:29:30.312Z (10 months ago)
- Language: HTML
- Homepage: http://clivern.com/build-realtime-apps-with-redis-pubsub/
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.