https://github.com/cloudamqp/web-stomp-example
Exampel app in sinatra/javascript to use RabbitMQ Web-stomp
https://github.com/cloudamqp/web-stomp-example
Last synced: over 1 year ago
JSON representation
Exampel app in sinatra/javascript to use RabbitMQ Web-stomp
- Host: GitHub
- URL: https://github.com/cloudamqp/web-stomp-example
- Owner: cloudamqp
- Created: 2014-07-22T15:33:53.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T10:13:34.000Z (over 3 years ago)
- Last Synced: 2025-01-13T08:13:28.855Z (over 1 year ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 7
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
To run this project you need a dedicated plan with [CloudAMQP] (https://www.cloudamqp.com). Set your `ENV` variable `CLOUDAMQP_URL` to the URL given in the CloudAMQP Console.
When everything works you'll be able to see a chat window like this:

### Run
Run with `foreman start`
### More info
- A blog post about [Web-Stomp on the CloudAMQP](https://www.cloudamqp.com/blog/2016-10-10-RabbitMQ-and-WebSockets.html) blog
- Documentation for [Web-Stomp on CloudAMQP](https://www.cloudamqp.com/docs/web_stomp.html)