o
odinpkg.dev
packages / library / odin_http_server

odin_http_server

1479415library

HTTP Server Odin

No license · updated 2 weeks ago

http server odin

Building an HTTP Web Server in odin.

Right now, focusing on:

  • set up core listen/accept loop
  • thread / connection
  • parsing request
  • build response
  • Route Handlers
  • Thread Pool