Warning!

This page applies to an older version of Orbited (Version 0.5) For info on the current version see the main documentation.


Orbited provides emulation WebSocket support for legacy browsers. This page explains how to test out the latest emulation features.

  1. Install python (www.python.org) -- Its probably already installed on your machine.
  2. Install setuptools
  3. svn co http://orbited.org/svn/orbited/branches/0.5/daemon orbited
  4. cd orbited
  5. python setup.py develop
  6. easy_install simplejson
    • or simplejson or cjson
  7. easy_install twisted
  8. run: orbited
  9. run: python orbited/WebSocketExampleDaemon.py
  10. visit http://localhost:7000/static/demos/websocket
  11. Play with the websocket echo demo