From 9f239197dff527673698ebecc450e45cf6170eee Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 10 Oct 2018 13:50:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e9199..0ff175d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![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: Single thread server with configurable number of thread pool workers, good for scalability +- New 1.0.0 version: Nonblocking event driven base server with configurable number of thread pool workers, good for scalability - 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 extensions mechanism that allows to extends the server capability.