Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
* 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.