mirror of
https://github.com/lxsang/ant-http
synced 2025-04-11 22:16:44 +02:00
Update README.md
This commit is contained in:
parent
608c2680ed
commit
e2e4dc0603
@ -4,13 +4,12 @@
|
|||||||
[](https://travis-ci.org/lxsang/ant-http)
|
[](https://travis-ci.org/lxsang/ant-http)
|
||||||
|
|
||||||
A lightweight and portable HTTP/HTTPs web server written in C:
|
A lightweight and portable HTTP/HTTPs web server written in C:
|
||||||
- New 1.0.0 version (BETA feature): Nonblocking event driven base server with configurable number of thread pool workers, good for scalability
|
- New 1.0.6b version (BETA feature): Nonblocking event driven base server with configurable number of thread pool workers
|
||||||
- Initial goal is for embedded Linux, but can be used as general purpose web server.
|
- Initial goal is for embedded Linux, but can be used as general purpose web server.
|
||||||
- Support SSL via open SSL, database via Sqlite 3, web socket integrated
|
- Support SSL via open SSL, database via Sqlite 3, web socket integrated
|
||||||
- It is also extensible via its extension mechanism that allows to extends the server capability.
|
- It is also extensible via its extension mechanism that allows to extends the server capability.
|
||||||
- Page compression with gzip, deflate
|
- Page compression with gzip, deflate
|
||||||
- Grade A SSL security score by SSL Labs
|
|
||||||

|
|
||||||
## Plugins:
|
## Plugins:
|
||||||
* CGI interface for external scripting language (e.g. PHP): [https://github.com/lxsang/antd-cgi-plugin](https://github.com/lxsang/antd-cgi-plugin)
|
* CGI interface for external scripting language (e.g. PHP): [https://github.com/lxsang/antd-cgi-plugin](https://github.com/lxsang/antd-cgi-plugin)
|
||||||
* Lua extension [https://github.com/lxsang/antd-lua-plugin](https://github.com/lxsang/antd-lua-plugin): using Lua as serverside script
|
* Lua extension [https://github.com/lxsang/antd-lua-plugin](https://github.com/lxsang/antd-lua-plugin): using Lua as serverside script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user