https://github.com/mnutt/redis-pubsub-to-websockets
Connect a Redis PubSub channel to a websockets channel using Node.js
https://github.com/mnutt/redis-pubsub-to-websockets
Last synced: about 1 year ago
JSON representation
Connect a Redis PubSub channel to a websockets channel using Node.js
- Host: GitHub
- URL: https://github.com/mnutt/redis-pubsub-to-websockets
- Owner: mnutt
- License: mit
- Created: 2010-12-03T05:10:14.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-02-17T01:27:51.000Z (over 14 years ago)
- Last Synced: 2025-04-05T09:41:58.566Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 33
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
redis-pubsub-to-websockets
--------------------------
Watches a redis pubsub channel and broadcasts to websockets. (Socket.IO)
by Michael Nutt
michael@nuttnet.net
Requirements
============
* node.js >= 0.4.0
* npm
Installation
============
* npm bundle
* node app.js [redis_key]
* open public/index.html in a browser
Notes
=====
To set up the Socket.IO client to connect to node, follow the guide here: http://socket.io.
License
=======
MIT License. Copyright 2010 Michael Nutt. See LICENSE.