Publish the data to the web using WebSocket. This is just a WebSocket usage example.
% rabbitmq-server &
For production
Build war with maven and deploy wspush.war to Jetty.
For testing
% mvn clean compile jetty:run
http://<server>:<port>/wspusher/receiver
Post data to the endpoint after the websocket client to the ws endpoint!
curl -X POST -d "Awesome" http://localhost:7777/wspusher/receiver
http://<server>:<port>/wspusher/websocket