Let's Build A Simple Web Server From Scratch - Stir Trek 2024

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Recorded at Stir Trek 2024
    stirtrek.com/s...
    Kevin Griffin
    We take web servers for granted. They're a critical part of every single web infrastructure. Without a functioning web server, there is nothing for the browser to talk to and nothing to serve up your API. While the concept of a web server might seem daunting, web servers are simple. Well-established RFC documents specify how a web server should respond to various requests. This talk breaks down some essential RFC documents on how a web server should respond to HTTP requests. We'll build a new custom web server to serve files off the disk. We'll focus on HTTP/1.1 just for simplicity and time constraints. All examples will be in C#, but the fundamentals are accessible to anyone of any level or from a different language background. Learn about some of the critical parts of web infrastructure!
    Download slides and other resources:
    github.com/sti...

Komentáře • 1

  • @ConsultWithGriff
    @ConsultWithGriff Před 2 měsíci

    Thank you to everyone that came out to my session! It was a blast to hang out with everyone at Stir Trek. I'm happy to answer any questions about this talk.