[ANN] tiny_httpd 0.22

Hi, I’m sedately excited to release tiny_httpd 0.22.

Tiny_httpd is a HTTP 1.1 server, with basic support for websockets, SSE, and pluggable IO/concurrency (as long as it’s direct style). The goal is to keep it reasonably simple and light on dependencies; despite that it has been working just fine™ since 2019. This is mostly a bugfix release (I’ll suggestively wave my eyebrows as for where the bug reports came from).

10 Likes

Perfect! Currently, only Eio is supported? Is support for other I/O runtimes (e.g., Miou and others) planned? Partial support for Lwt via Lwt_direct?