{ "info": { "author": "Gert Cuykens", "author_email": "gert cuykens at gmail com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "| 1) install python3_ \r\n| 2) git clone git://github.com/gertcuykens/wsgi-design.git\r\n| 3) python3 server.py and go to index page_\r\n|\r\n| 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.\r\n|\r\n| client request\r\n| \\Cookie: bac0c1f9a9362f9e\r\n| \\{\"cmd\":\"order\",\r\n| \\ \"sid\":\"bac0c1f9a9362f9e\",\r\n| \\ \"input\":\"...\"}\r\n|\r\n| server response\r\n| \\Set-Cookie: bac0c1f9a9362f9e\r\n| \\{\"uid\":\"gert\",\r\n| \\ \"gid\":\"admin\",\r\n| \\ \"output\":\"...\"}\r\n\r\n.. _python3: http://python.org/download/\r\n.. _page: http://127.0.0.1:8000/www/index.htm", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gertcuykens/wsgi-design", "keywords": "ajax wsgi python", "license": "", "maintainer": "", "maintainer_email": "", "name": "wsgi-design", "package_url": "https://pypi.org/project/wsgi-design/", "platform": "", "project_url": "https://pypi.org/project/wsgi-design/", "project_urls": { "Homepage": "https://github.com/gertcuykens/wsgi-design" }, "release_url": "https://pypi.org/project/wsgi-design/default/", "requires_dist": null, "requires_python": null, "summary": "Illustration of building your own ajax framework with a python3 wsgi server", "version": "default" }, "last_serial": 301994, "releases": { "default": [] }, "urls": [] }