newmana / notifications

Example using Rails, JavaScript and ActiveMQ to do websocket notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example using Rails, JavaScript and ActiveMQ to do websocket notifications


Languages

Language:JavaScript 72.0%Language:Shell 22.7%Language:Ruby 5.3%