Skip to content

rspivak/lsbaws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's Build A Web Server

This repository contains the source code and examples for the blog series Let's Build A Web Server. It guides you step by step through building a basic web server in Python, covering HTTP handling, WSGI support, and concurrency.

What You'll Find Here

  • Part 1: Minimal HTTP server using socket. Learn the basics of HTTP, sockets, and request handling.
  • Part 2: WSGI support. See how web frameworks interface with servers.
  • Part 3: Concurrency in action. Build a server that can handle multiple requests efficiently.

Who Is This For

This mini-series is for developers and learners who want a clear, hands-on introduction to how web servers work, including HTTP, sockets, WSGI, and concurrency.

About

Let's Build A Web Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages