From 7e0c0d29e10ec748e18068880371cbf381e29024 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sun, 7 Oct 2018 14:10:48 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1841051..fddb5af 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # ant-http [![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 standard C: +A lightweight and portable HTTP/HTTPs web server written in standard C: +- New 1.0.0 version: Single thread server with configurable number of thread pool workers, good for scalability - It can be configurable to work well on embedded Linux for server application. - Support SSL via open SSL, database via Sqlite 3, web socket integrated - It is also extensible via its extensions mechanism that allows to extends the server capability.