Skip to content

ngerakines/mochiweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MochiWeb is an Erlang library for building lightweight HTTP servers. It provides a number of utilities and tools for processing HTTP connections, including request build up and tear down. It also provides several utility modules for handling json and RPC interfaces.

This is a fork of the MochiWeb project. Current release version is 0.2.

Example Use

The examples/hello/helloweb.erl module provides a very basic example of creating an http server and handling requests.

More examples can be found in the examples/ directory.

Authors

MochiWeb was originally written by Bob Ippolito bob@mochimedia.com of Mochi Media, Inc under the terms of the MIT license.

Contributions have been made by numerous people since then.

If you've contributed to MochiWeb and are not listed, please contact Nick Gerakines nick@gerakines.net.

Contributing

Please feel free to fork the http://github.com/ngerakines/mochiweb repository and contribute to the project. It's recommended that you submit patches under the MIT license.

Packages

No packages published

Languages

  • Erlang 80.3%
  • Perl 19.5%
  • Shell 0.2%