Skip to content

ZanhNe/simple-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Simple Web Server (Python)

A minimal web server built using Python's socket module β€” to help understand how HTTP and browser-server communication work at the lowest level.

✨ Features (Initial Version)

  • Serve basic HTML content
  • Respond to browser HTTP requests
  • Return proper HTTP response format
  • Serve static files (HTML, CSS, JS, images)

This project is educational and meant to be expanded gradually.


πŸ“¦ Requirements

  • Python 3.x

No external libraries required β€” this is pure Python.


πŸš€ How to Run

  1. Clone the repo:
git clone https://github.com/ZanhNe/simple-web-server
cd simple-web-server

About

Simple web server in Python using socket β€” for learning HTTP from the ground up. 😎

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published