From 0d8c5d08e26ea1c86187f40df5aa421a6bba064d Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sun, 7 Oct 2018 14:16:43 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf6d420..2905456 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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 -- It can be configurable to work well on embedded Linux for server application. +- Initial goal is for embedded Linux, but can use 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. From e5372250e8f5776fc62bc8d3815f886281c2d0f9 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sun, 7 Oct 2018 14:17:16 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2905456..262560a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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 -- Initial goal is for embedded Linux, but can use 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 - It is also extensible via its extensions mechanism that allows to extends the server capability.