Routes on a Web Server in C

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

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

  • @konstantinrebrov675
    @konstantinrebrov675 ปีที่แล้ว +1

    It would be not a bad idea to save all these videos into a playlist.

    • @icab0225
      @icab0225 8 หลายเดือนก่อน +1

      If you look up web server in c and filter by playlist, theres a couple playlists by others that have all his web server vids

  • @ben.scanlan
    @ben.scanlan 3 ปีที่แล้ว

    I like the organization of the implementation. It's a little memory heavy you should just return 404 if the file pointer to the page is null.

    • @eom-dev
      @eom-dev  3 ปีที่แล้ว

      Thank you! I agree, the largest hinderance to this project was parsing strings. Realistically, I would consider passing that task off to Python rather than using C if I were to do this again.