Async HTTP server in Zig

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 มิ.ย. 2024
  • Stream from June 18, 2024 at / sphaerophoria
    00:00 Intro
    06:06 HTTP event handler stub
    21:10 HTTP request parsing
    59:40 Send a response
    01:18:00 Simple interactive website

ความคิดเห็น • 1

  • @vk-hm6te
    @vk-hm6te 11 วันที่ผ่านมา +1

    i haven't watched the streams in entirety so might have missed it, but i'm curious why you're not using websockets for this? the epoll implementation would still be a cool learning experience, but the protocol itself would be better suited for the task than HTTP (as i understand it).
    love the series (and your videos in general) btw, keep it up :)