WSGI framework and the web server

A simple webserver runnning on port 8888 by default with the framework where routing was implemented.

How to use:

$ python server.py app:app

where first app is the name of your application

"Please provide the host and port address separated by column (':' )"

Example entry: 127.0.0.1:9000

Open the url http://localhost:8888/about or http://localhost:8888/home to access the respective pages (or substitute the localhost with the host you chose)

Additionally, the HTTP headers of your request and response will be displayed in the console