Skip to content

Instantly share code, notes, and snippets.

@johnrichardrinehart
Created March 15, 2016 00:51
Show Gist options
  • Save johnrichardrinehart/8e6f26465dae6f6d4e06 to your computer and use it in GitHub Desktop.
Save johnrichardrinehart/8e6f26465dae6f6d4e06 to your computer and use it in GitHub Desktop.
// The above is courtesy of @moldy via #django (freenode)
frameworks:
Django, flask, Werkzeug, Cherrypy, Rails
languages:
Ruby, Python
WSGI servers:
gunicorn, uWSGI, apache (with mod_wsgi)
non-WSGI HTTP servers:
nginx, apache (without mod_wsgi)
Protocols for communication between a server and an app:
fastCGI, WSGI, uwsgi (not sure what exactly this does)
never heard of it:
Rack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment