Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishallas/httpserver-scratch


https://github.com/vishallas/httpserver-scratch

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# HTTP server using python

This project is just a begining phase of a http server built over tcp using python(socket).

As this is a custom server there are some security issues that didn't completely solved, Refer [http blog](https://developer.mozilla.org/en-US/docs/Web/HTTP) by mozilla.

## Usage
We can run the server by executing the `main.py`. The server runs on the http://localhost:8888

~~~
python main.py
~~~

The web files inside the `templates/` directory can be accessed over the server