Skip to content

RobEstis/HTTP-Server-Python-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A Simple HTTP-Server with Python and Flask

Two Simple HTTP Servers Written in Python/Flask

server.py uses built in http.server module, which provides a basic HTTP Server.

  • To Run, make sure http.server module is installed as well as the socket.server module. This can be done with pip install ex. for Python3, Python3 -m pip install socket.server

flask_server.py provides more feature rich server and functionality using the Flask lightweight web framework.

  • To Run, make sure Flask is installed. This can be done with pip install ex. for Python3, Python3 -m pip install flask

About

Two Simple HTTP Servers Written in Python/Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages