top of page
Create Your First Project
Start adding your projects to your portfolio. Click on "Manage Projects" to get started
Simple HTTP Server
Project type
Web Server
Role
Solo Full-Stack Developer
Skills
Full-Stack Web Development, Python Network Programming
A simple Python HTTP Server that I built following the guides of CodeCrafter. Its features include:
- Basic responses to network client's GET requests
- Reponding with the appropriate headers and message body
- Sustaining concurrent connections from multiple clients
- Fetch files on the hosting server
- Read client's request body
- Establishing supported compression methods
bottom of page