From e51ab682c26202805ef09fe98f3e9fbc4d46dfcb Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Sat, 22 Sep 2018 15:24: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 ba71151..74b997a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A lightweight and portable HTTP/HTTPs web server written in standard C: - 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. For example: [this extension](https://github.com/lxsang/ant-plugins) allows the server use embedded Lua as server side script for dynamic web. +- It is also extensible via its extensions mechanism that allows to extends the server capability. # Plugins: * Lua extension [https://github.com/lxsang/antd-lua-plugin](https://github.com/lxsang/antd-lua-plugin): using Lua as serverside script