Skip to content

CohibAA/simple-python-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-python-web-server

Simple python web server to demonstrate GET/POST handling

Use it as a starting point to understand the package when creating your own custom web server for handling specific types of requests but recognize that it is not suitable for a production environment. To use it in such an environment you would, at the very least, want to add improve the error handling and add threading support. You would probably also want to add SSL/TLS support.

About

Simple python web server to demonstrate GET/POST handling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published