diff options
Diffstat (limited to 'python/python-orbited/README')
-rw-r--r-- | python/python-orbited/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-orbited/README b/python/python-orbited/README new file mode 100644 index 000000000000..84710be1a9e7 --- /dev/null +++ b/python/python-orbited/README @@ -0,0 +1,19 @@ +Orbited provides a pure JavaScript/HTML socket in the browser. It is +a web router and firewall that allows you to integrate web +applications with arbitrary back-end systems. You can implement any +network protocol in the browser—without resorting to plugins. + +The following dependencies are needed at compile-timee: + +pysetuptools + +The following dependencies are need at runtime: + +python-demjson +python-morbid +python-stomper +python-uuid +python-twisted + +Build scripts for all these are available at Slackbuilds.org + |