
appwsgi
- install python3
- git clone https://code.google.com/p/appwsgi/ wsgi-design
- python3 server.py and go to index page
All the examples are sending json objects, no html is being generated by the server. Pleas take a look at the source code and consider this technique in your future projects.
client request
Cookie: bac0c1f9a9362f9e
{"cmd":"order",
"input":"..."}
server response
Set-Cookie: bac0c1f9a9362f9e
{"uid":"gert",
"gid":"admin",
"output":"..."}
This is a clone from wsgi-design