Tutorials
- Scalable Real-Time Web Architecture, Part 2: A Live Graph with Orbited, MorbidQ, and js.io by Michael Carter. Michael introduces STOMP in Part 1.
- Rails and Orbited by Brandon Casci.
- Django and Orbited by Dark Porter. This tutorial doesn't use the STOMP method that Brandon's Rails tutorial uses. Dark Porter takes advantage of the fact that Django and Orbited are both written in Python, and puts everything in one process, including a custom threaded TCP server.
- How to: Django, Comet, Orbited, Stomp, MorbidQ, js.io by Anirudh Sanjeev.
- Running Orbited as a Windows Service by Alex Iskander.