move example to different port
[multitaskhttpd.git] / README
diff --git a/README b/README
index 5651454ed9356bd95952f1b9e13fe11dbc373102..be6e13cf3ebfa7edf242af7c127f548e98bd0ba0 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,16 @@
+multitaskhttpd is a project to provide a single-process cooperative
+multitasking web server toolkit, using multitask.py.
+
 So far, this includes a basic HTTP server based on SimpleHTTPServer:
     python httpd.py -d
 
 and a JSONRPC test application:
     python jsonapp.py
 
-The latter is where it gets interesting.  Session cookies are automatically
+then run the jsonrpclib test:
+    python testjsonrpc.py
+
+The jsonapp.py is where it gets interesting.  Session cookies are automatically
 used to create application instances which are persistent in memory
 (TODO: drop them after an application-specified timeout of course...)
 
@@ -20,3 +26,4 @@ credentials are *different* on a per-user basis.  GNUmed uses postgresql
 which is the "norm" for most web-based database frameworks, is completely
 useless.
 
+