HTTP-PyServer is a simple, and extremely light-weight solution to create powerful projects relying on the web with the fewest lines of code. It uses python built-in packages to host server's and then handle http requests, as well as responses. It's extremely customizable, and allows you do to almost everything you might want.
HTTP-PyServer is also very flexible on your project layout. It ensures security by allowing you to specify which files to send, and to where. HTTP-PyServer allows you to do everything you need whilst keeping hands relaxed with the least work possible.
I designed HTTP-PyServer to act similarly to popular frameworks such as Flask and DJango, however, every component was written by me using python's socket library.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Added a full testing file called example.py which demonstrates all the major features of HTTP-PyServer so that users can see what the engine is capable of.
Fixed issues related to caching data ephemerally and added a HTTP 500 error page and exception logger.