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.
2 lines
89 B
Bash
Executable file
2 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
exec dune exec --display=quiet --profile=release "examples/echo_eio.exe" -- $@
|