Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-17T01:27:51.000Z (almost 13 years ago)
- Last Synced: 2024-04-08T15:46:07.334Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 33
- Watchers: 2
- 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
[email protected]Requirements
============* node.js >= 0.4.0
* npmInstallation
============* npm bundle
* node app.js [redis_key]
* open public/index.html in a browserNotes
=====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.