-
Notifications
You must be signed in to change notification settings - Fork 0
zhihil/basic-webserver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
////////////////////////// RESOURCES USED ////////////////////////// The code is largely based on code from Ruslan's wonderful blog, which has a 3-part tutorial on WSGI web servers in Python. The guide tackles: - (Part 1) - The basics of what a webserver is - (Part 2) - WSGI and how you can mix-and-match frameworks and servers that weren't explicitly designed to work together. - (Part 3) - Basic concurrency and serving multiple users. - (Part 3) - Resolving duplicate file descriptors and zombie processes that eat up available resources for your web server. https://ruslanspivak.com/lsbaws-part1/ https://ruslanspivak.com/lsbaws-part2/ https://ruslanspivak.com/lsbaws-part3/
About
A basic WSGI web server.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published