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.
- Install python (www.python.org) -- Its probably already installed on your machine.
- Install setuptools
- Download http://peak.telecommunity.com/dist/ez_setup.py
- run python ez_setup.py setuptools
- svn co http://orbited.org/svn/orbited/branches/0.5/daemon orbited
- cd orbited
- python setup.py develop
- easy_install simplejson
- or simplejson or cjson
- easy_install twisted
- run: orbited
- run: python orbited/WebSocketExampleDaemon.py
- visit http://localhost:7000/static/demos/websocket
- Play with the websocket echo demo