madu is a simple WSGI HTTP Server
Out of my personal interests, I started this project. So there is no schedule for it. If you are also interested in it, welcome to star and fork it.
Install dependencies from requirements.txt.
$ pip install -r requirements.txt
Using one of the commands below to start madu. It only supports Python3.
$ python server.py app:app
$ python3 server.py app:app
Sending a HTTP request with URL http://localhost:8000/hello
by using your browser or other HTTP clients. Then you can see the response like this.
I'm looking forward to working with you to complete madu!