From e2e4dc06031c9322c0796a071e8591ab5426a72e Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Fri, 5 Feb 2021 03:25:46 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35322bd..f4b5ca2 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,12 @@ [![Build Status](https://travis-ci.org/lxsang/ant-http.svg?branch=master)](https://travis-ci.org/lxsang/ant-http) 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. - 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. - Page compression with gzip, deflate -- Grade A SSL security score by SSL Labs -![SSL score](https://github.com/lxsang/ant-http/raw/master/ssl_score.png) + ## Plugins: * 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