Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoppinpal/intranet-router-node
Intranet-Router handles the jobs from the queue that cloud-router posts to.
https://github.com/shoppinpal/intranet-router-node
Last synced: about 10 hours ago
JSON representation
Intranet-Router handles the jobs from the queue that cloud-router posts to.
- Host: GitHub
- URL: https://github.com/shoppinpal/intranet-router-node
- Owner: ShoppinPal
- Created: 2013-07-03T17:23:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-29T16:43:37.000Z (over 11 years ago)
- Last Synced: 2024-04-14T13:58:32.473Z (7 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
intranet-router-node
====================Intranet-Router handles the jobs from the queue that cloud-router posts to.
![alt text](https://raw.github.com/ShoppinPal/cloud-pos-router/master/architecture.png "Architecture")
Set up a env file
Create setenv.sh file or edit the blank shell provided in this repo# RabbitMQ
URL
- - -
1. Sign up on [Heroku](https://www.heroku.com)
2. Add BigWig or CloudAMPQ
3. Next go to your [apps](https://dashboard.heroku.com/appseroku.com/apps)
4. Find Your RabbitMQ URL
Request Queue
- - -
This can be named whatever suits your implementation# Learn more
1. [Real-time Web with Node.js] (https://www.codeschool.com/)
2. [Rabbit MQ Getting Started] (http://www.rabbitmq.com/getstarted.html)
3. [Node AMPQ] (https://github.com/postwait/node-amqp)
4. [Rabbit MQ & Node.js] (http://www.rabbitmq.com/blog/2010/11/12/rabbitmq-nodejs-rabbitjs/)