V
V
vladislavstarkov2011-03-27 16:08:49
ruby
vladislavstarkov, 2011-03-27 16:08:49

What is the role of Orbited in conjunction with the STOMP server for the implementation of COMET?

Task: organize event notification for user GUIs by subscribing to the COMET mailing list.
JavaScript is used on the user side.
The server side uses Ruby and gem stomp.
Between the server and the client there is an Orbited intermediary, which in turn is connected to RabbitMQ.
Server-side Ruby sends messages directly to RabbitMQ.
It turns out a working link (from the server to the GUI):
Ruby[gem stomp] -> RabbitMQ -> Orbited -> GUI[JavaScript]
What is the role of Orbited in this link?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg Batishchev, 2011-04-22
@z0rg

most likely as a comet server to notify web clients with notifications

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question