HTTP-PyServer

HTTP-PyServer

4 devlogs
17h 34m
•  Ship certified
Created by Alex Jando

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.

Timeline

Ship 1

0 payouts of shell 0 shells

Alex Jando

16 days ago

Alex Jando Covers 4 devlogs and 17h 34m

Published Update V1.4.4 to PyPi with all the previous changes / fixes.

Update attachment

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.

Update attachment

Fixed issues related to caching data ephemerally and added a HTTP 500 error page and exception logger.

Update attachment

Added a default logger in case the user forgets to define one.

Update attachment