Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 373 Bytes

README.rdoc

File metadata and controls

18 lines (10 loc) · 373 Bytes

Notifications using Websockets

A simple example using Rails, ActiveMQ, JavaScript, STOMP and Websockets.

Bits of ActiveMQ are located in the ./bin directory.

To send messages to the server run: rails runner console_chat.rb username

Javascript Library Used:

github.com/jmesnil/stomp-websocket

Ruby Library Used:

github.com/stompgem/stomp