Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 363 Bytes

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