Web 服务器:asmttpd
jopen
11年前
asmttpd 是一个完全使用 amd64 汇编开发的 Linux 下的 Web 服务器。
特性:
-
通过线程池支持多线程
-
无需第三方库支持,只需 64 位的 Linux
-
速度快
What works:
-
Serving files from specified document root.
-
200
-
206
-
404
-
Content-types: xml, html, xhtml, gif, png, jpeg, css, js, and octet-stream.
Planned Features:
-
Directory listing.
-
HEAD support.