https://github.com/Clivern/Redis-PubSub
Build Realtime Apps With Redis PubSub
https://github.com/Clivern/Redis-PubSub
Last synced: 4 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:34:37.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:33:05.045Z (7 months ago)
- Language: HTML
- Homepage: http://clivern.com/build-realtime-apps-with-redis-pubsub/
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- 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.