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

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

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:

![RabbitMQ and WebStomp application window](webstomp_rabbitmq_chat.png)

### 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)