mongoose - Mongoose - easy to use web server - Google Project Hosting

mongoose - Mongoose - easy to use web server - Google Project Hosting

Overview

Mongoose is easy to use web server. It also can be used as embedded web server library to provide web interface to applications.

Mongoose executable does not depend on any external library or configuration. If it is copied to any directory and launched from there, it starts to serve that directory on port 8080 (so to access files, go to http://localhost:8080). If some additional config is required - for example, different listening port or IP-based access control, then a mongoose.conf file with respective options can be created in the same directory where executable lives. This makes Mongoose perfect for all sorts of demos, quick tests, file sharing, and Web programming.

Features

  • Crossplatform - works on Windows, MacOS and most flavors of UNIX
  • CGI, SSL, SSI, Digest (MD5) authorization, resumed download, aliases
  • IP-based ACL, Windows service, GET, POST, HEAD, PUT, DELETE methods
  • Small footprint: executable size is 40 kB on Linux 2.6 i386 system
  • Embeddable with simple and clean API. Source is in single .c file to make things easy. Minimalistic embedding example is in hello.c.
  • Python bindings

How to contribute

Create a repository clone where you can make changes:

  • Go to http://code.google.com/p/mongoose/source/clones , click 'Add clone'
  • Fill in name, summary, description, click 'Create repository clone'
  • Click on 'Administer', 'Source'. Enable 'Allow non-members to review code', click 'Save changes'

Make your changes:

  • Make your changes to the source code, then "hg commit", "hg push". This makes your change visible to everyone
  • I review your change, make some comments. You repeat previous step: make changes, commit and push
  • The process repeats until we are both happy. Then, I integrate your change in the main branch
  • You can delete your clone if it is not needed anymore

Mailing list

You can read it online, subscribe to, or send a message at http://groups.google.com/group/mongoose-users.

Commercial Support

yaSSL.com provides commercial support for Mongoose on mobile, embedded and RTOS environments. Services include porting to new platforms, feature addition, application integration, special builds. For more information, visit http://www.yassl.com.

你可能感兴趣的:(project)