Skip to content
Snippets Groups Projects
Commit 30c82d7e authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

Wording in README changed

parent 999c4ad2
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,7 @@ Mongoose is easy to use, powerful, embeddable web server. ...@@ -12,11 +12,7 @@ Mongoose is easy to use, powerful, embeddable web server.
- Works on Windows, Mac, UNIX/Linux, iPhone, Android, and many other platforms - Works on Windows, Mac, UNIX/Linux, iPhone, Android, and many other platforms
- CGI, SSI, SSL, Digest auth, Websocket, WEbDAV, Resumed download, URL rewrite, file blacklist, Custom error pages, Virtual hosts, IP-based ACL, Windows service - CGI, SSI, SSL, Digest auth, Websocket, WEbDAV, Resumed download, URL rewrite, file blacklist, Custom error pages, Virtual hosts, IP-based ACL, Windows service
- Scripting and database support ([Lua](http://lua.org) + - Lua Server Pages (PHP-like scripting in [Lua](http://lua.org) ), see [dirscan.lp](https://github.com/cesanta/mongoose/blob/master/examples/lua/dirscan.lp) )
[Sqlite](http://sqlite.org), see
[dirscan.lp](https://github.com/cesanta/mongoose/blob/master/examples/lua/dirscan.lp) ),
which provides ready to go, powerful web development platform in
one single-click executable with no dependencies
- Simple and clean - Simple and clean
[embedding API](https://github.com/cesanta/mongoose/blob/master/mongoose.h). [embedding API](https://github.com/cesanta/mongoose/blob/master/mongoose.h).
The source is in single The source is in single
...@@ -24,6 +20,7 @@ Mongoose is easy to use, powerful, embeddable web server. ...@@ -24,6 +20,7 @@ Mongoose is easy to use, powerful, embeddable web server.
to make embedding easy to make embedding easy
- Extremely lightweight, has a core of under 40kB and tiny runtime footprint - Extremely lightweight, has a core of under 40kB and tiny runtime footprint
- Asyncronouns, non-blocking core supporting single- or multi-threaded usage - Asyncronouns, non-blocking core supporting single- or multi-threaded usage
- HTTP client functionality
- On the market since 2004, stable, mature and tested, - On the market since 2004, stable, mature and tested,
has several man-years invested in continuous improvement and refinement has several man-years invested in continuous improvement and refinement
- Professional support and consultancy available from - Professional support and consultancy available from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment