stomp_out 0.1.0
This implementation of STOMP is aimed at environments where a network connection, such as a WebSocket or TCP socket, is created and then raw data from that connection is passed to/from the STOMP client or server messaging layer provided by this gem.
Gemfile:
=
install:
=
Runtime Dependencies (2):
json
~> 1.4
simple_uuid
~> 0.2
Development Dependencies (12):
debugger
~> 1.5
eventmachine
~> 1.0
faye-websocket
~> 0.7
flexmock
~> 0.8
jeweler
~> 1.8.3
rack
~> 1.5
rake
~> 0.9.2.2
right_develop
~> 3.1
rspec
~> 1.3
ruby-debug
~> 0.10
thin
>= 0
websocket-rack
~> 0.4