Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.32 KB

madu

flask version python version

madu is a simple WSGI HTTP Server

Background

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.

Usage

Install dependencies

Install dependencies from requirements.txt.

$ pip install -r requirements.txt

Start madu

Using one of the commands below to start madu. It only supports Python3.

$ python server.py app:app
$ python3 server.py app:app

Request

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.

hello flask

Contributions

I'm looking forward to working with you to complete madu!

Lisence

MIT