Skip to content

ImagineImogen/wsgi_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages