https://github.com/skyl/group-pads-project
Django-orbited-twisted on pinax, collaborative editing with Comet
https://github.com/skyl/group-pads-project
Last synced: 8 months ago
JSON representation
Django-orbited-twisted on pinax, collaborative editing with Comet
- Host: GitHub
- URL: https://github.com/skyl/group-pads-project
- Owner: skyl
- Created: 2010-01-04T03:20:58.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-14T23:44:07.000Z (over 16 years ago)
- Last Synced: 2025-03-17T03:25:36.595Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://skyl.org/
- Size: 160 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Pinax-group-pads
================
Simple ``realtime`` collaborative editing with orbited and twisted integrated into a basic
pinax project with a basic group. Boilerplate for django-orbited-twisted + pinax.
TODO-
* default templates
* group awareness
Install
=======
Grab a copy of dev pinax looking toward 0.9.
Install the requirements and get into the env.
Add twisted and orbited to the env::
pip install -U twisted; pip install orbited
Syncdb and run the server::
twistd -ny serverpad.py
Now you can go to http://127.0.0.1:8000/pads/new/ to create a pad.
Login with another user to the pad with another browser and enjoy the Comet action :D