mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-07 21:37:57 -05:00
feat: `tiny_httpd_eio` library provides a tiny_httpd server that relies on Eio for non-blocking sockets and for concurrency using eio fibers. |
||
|---|---|---|
| .. | ||
| files | ||
| dune | ||
| echo.ml | ||
| echo_eio.ml | ||
| echo_ws.ml | ||
| run_test.sh | ||
| sse_client.ml | ||
| sse_demo.html | ||
| sse_server.ml | ||
| test_output.txt.expected | ||
| writer.ml | ||
| ws_demo.html | ||