Skip to content

amygdalama/web-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A web framework written in Python, for week 1 of the Iron Forger challenge.

What it does

  • Listens to HTTP Requests on a port of your choosing
  • Parses URLs and attempts to route them to user-defined functions
  • Looks files/directories to serve if a function doesn't exist for a URL
  • If the URL corresponds to a directory, serves the index.html file in that directory (if it exists)
  • Allows a user to have, uh, full access to your computer

About

A web framework written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages