Category Archives: Orbited

Starting Out With Comet (Orbited) Part 3 – The Client

Comet implementations require both server and client side components.  In Part 2 of this series we installed and configured the server side component and then used the example STOMP Test client to test it out and get a feel for what was going on.
In this part of the series we’ll be covering the client side [...]

Starting Out With Comet (Orbited) Part 2 – Installation and STOMP

In this part of the tutorial we will install and setup the server side of a Comet installation using the Orbited implementation.  We’ll also be using the MorbitQ STOMP server to handle message passing and we’ll play around with STOMP/Comet setup using Orbited’s STOMP Test demo.  If you have not read the first blog post [...]

Starting Out With Comet (Orbited) Part 1

This is the first article in a series I’m creating to ease developers into using Comet.  The documentation is severely lacking on every comet implementation I’ve come across which I think is Comet’s biggest limitation at the moment. Hopefully this will help those interested in Comet to struggle less with their implementations than I did/do.
The [...]