Skip to content

YaroslavGaponov/heroku-bus-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku bus server

MQ Broker for Heroku based on long polling technology.

Deploy to Heroku

heroku login; git init git add -am 'init'; git push heroku master;

Example

Queue

Subcribe on new message curl -XGET http://stormy-gorge-8934.herokuapp.com/queue/test

Publish a new message curl -XPOST http://stormy-gorge-8934.herokuapp.com/queue/test -d '{ "message": "Hello world!!!" }' -H "Content-Type: application/json"

Topic

Subcribe on new message curl -XGET http://stormy-gorge-8934.herokuapp.com/topic/test

Publish a new message curl -XPOST http://stormy-gorge-8934.herokuapp.com/topic/test -d '{ "message": "Hello world!!!" }' -H "Content-Type: application/json"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published