summaryrefslogtreecommitdiff
path: root/wsgi_server.py
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-09-14 14:49:54 +0200
committerAleš Smodiš <aless@guru.si>2015-09-14 14:49:54 +0200
commitafdb3c0b28715b3d9a0982e4e0504a0cbcf11e70 (patch)
treed052125c6fc4fb4803b10dd20d3c24fc3a2711f9 /wsgi_server.py
parentd82013c214021d6e5480d18105760fa70cfc708b (diff)
Reimplemented communication with the client side.
* Implemented a node web server supporting asynchronous websocket and long-polling communication with clients. * Implemented TCP communication between python middleware and node web server.
Diffstat (limited to 'wsgi_server.py')
-rw-r--r--wsgi_server.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wsgi_server.py b/wsgi_server.py
index 324f338..f754b14 100644
--- a/wsgi_server.py
+++ b/wsgi_server.py
@@ -1,6 +1,9 @@
#!/usr/bin/python3
# coding=utf-8
+# TODO: this module is deprecated, remove it
+# TODO: all new development should occur in server/handlers.py instead
+
import falcon
import json
import client