qurl is a queue publisher / subscriber for queueing systems in the same spirit as hurl
- Publish a single message
- Subscribe to queues - and get messages via socket.io
Pub/Sub working, with subscriptions per channel(s) and/or pattern(s)
(Unless is AMQP enough)
git clone git://github.com/luismreis/qurl qurl
cd qurl
npm install
node lib/app.js