diff --git a/README.md b/README.md index cf6d420..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 -- It can be configurable to work well on embedded Linux for server application. +- 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.