Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
223f6d96
Commit
223f6d96
authored
Apr 09, 2014
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README message changed
parent
464b8951
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
15 deletions
+21
-15
README.md
README.md
+21
-15
No files found.
README.md
View file @
223f6d96
# <img src="http://cesanta.com/images/mongoose_logo.png" width="64" height="64"> Mongoose Web Server
Mongoose is easy to use, powerful, embeddable web server.
Mongoose is the most easy to use web server on the planet. A web server of choice for Web developers (PHP, Ruby, Python, etc) and Web designers.
Mongoose is built on top of Libmongoose embedded library, which can turn
anything into a web server in 5 minutes worth of effort and few lines of code.
Libmongoose is used to serve Web GUI on embedded devices, implement RESTful
services, RPC frameworks (e.g. JSON-RPC), handle telemetry data exchange, and
perform many other tasks in various different industries including aerospace,
manufacturing, finance, research, automotive, gaming, IT.
*
[
Mailing list
](
http://groups.google.com/group/mongoose-users
)
*
[
Downloads
](
http://cesanta.com/mongoose.shtml
)
and
[
Documentation
](
http://cesanta.com/docs.shtml
)
*
[
How to use Lua Server Pages
](
http://cesanta.com/docs/Lua.shtml
)
*
[
How to create basic website with Mongoose
](
http://cesanta.com/docs/BasicWebsite.shtml
)
*
[
How to create PHP website with Mongoose
](
http://cesanta.com/docs/PhpWebsite.shtml
)
*
[
Embedding Guide
](
http://cesanta.com/docs/Embed.shtml
)
*
[
Downloads
](
http://cesanta.com/mongoose.shtml
)
*
[
Documentation
](
http://cesanta.com/docs.shtml
)
# Features
-
Works on Windows, Mac, UNIX/Linux, iPhone, Android eCos, QNX 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
-
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
)
-
Works on Windows, Mac, UNIX/Linux, iPhone, Android eCos, QNX
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,
HTTP/HTTPS client
-
Simple and clean
[
embedding API
](
https://github.com/cesanta/mongoose/blob/master/mongoose.h
)
.
The source is in single
...
...
@@ -21,11 +29,9 @@ Mongoose is easy to use, powerful, embeddable web server.
to make embedding easy
-
Extremely lightweight, has a core of under 40kB and tiny runtime footprint
-
Asynchronous, non-blocking core supporting single- or multi-threaded usage
-
HTTP client functionality
-
On the market since 2004, stable, mature and tested,
has several man-years invested in continuous improvement and refinement
-
Professional support and consultancy available from
[
Cesanta Software
](
http://cesanta.com
)
, developer of Mongoose
-
On the market since 2004 with over 1 million cumulative downloads
-
Stable, mature and tested, has several man-years invested
in continuous improvement and refinement
# Screenshots
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment