eskadah / wsgi-tutorial

Tutorial about the use of WSGI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wsgi-tutorial

Tutorial about the use of WSGI

Examples

  • example-1: accepts valid requests, returns simple text
  • example-2: parses valid requests, returns simple text
  • example-3: parses valid requests, sends valid responses
  • example-4: a true WSGI application!
  • example-5: drop custom web server, use uwsgi
  • example-6: a full Django app, no custom WSGI

About

Tutorial about the use of WSGI


Languages

Language:Python 98.0%Language:Shell 2.0%