Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishallas/httpserver-scratch
https://github.com/vishallas/httpserver-scratch
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishallas/httpserver-scratch
- Owner: Vishallas
- Created: 2023-11-01T16:28:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T16:47:50.000Z (about 1 year ago)
- Last Synced: 2023-11-01T17:40:31.451Z (about 1 year ago)
- Language: Python
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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