From 3a89216f19b3953e0d7414a550928658893779d9 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Thu, 30 Nov 2017 07:57:56 +0800 Subject: [PATCH] Update README.md Signed-off-by: Jianhui Zhao --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18aef1e..7015c85 100755 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ you can choose CyaSSl(wolfssl). `Keep Watching for More Actions on This Space` # Features -* use [libev] as its event backend * tiny and fast -* support HTTPS: Alternative OpenSSL and CyaSSl(wolfssl) +* use [libev] as its event backend +* support HTTPS: alternative OpenSSL and CyaSSl(wolfssl) * flexible and you can easily extend your application to have HTTP/HTTPS services +* support embedding LUA code into HTML code, like embedding PHP to HTML(soon be supported) * code structure is concise and understandable, also suitable for learning # Why use [libev] as its backend?