Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 8 insertions, 11 deletions
diff --git a/TODO b/TODO
index 3f0d62a..f3a101b 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,11 @@
-= Abstract away uglinnes API =
+= Wishlist =
-*just some ideas*
+* Javascript - Python bridge:
-in javascript api:
- websdk.go( python controller )
- websdk.do( python controller )
- json = websdk.get( python controller )
+Seems to me pythonwebkit
+http://www.gnu.org/s/pythonwebkit/
+is the way to cleanly integrate
+javascript and python.
-in python controller:
- websdk.activity( activity callback )
-
-in activity callback
- websdk.do( javascript ) \ No newline at end of file
+This would not work in case of
+cloud hosted activities.