https://github.com/zotonic/mochiweb
Zotonic's version of mochiweb.
https://github.com/zotonic/mochiweb
Last synced: 2 months ago
JSON representation
Zotonic's version of mochiweb.
- Host: GitHub
- URL: https://github.com/zotonic/mochiweb
- Owner: zotonic
- License: other
- Created: 2013-03-05T12:47:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T12:28:34.000Z (about 5 years ago)
- Last Synced: 2025-12-09T08:58:13.475Z (7 months ago)
- Language: Erlang
- Size: 418 KB
- Stars: 2
- Watchers: 10
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
MochiWeb is an Erlang library for building lightweight HTTP servers.
The latest version of MochiWeb is available at http://github.com/mochi/mochiweb
The mailing list for MochiWeb is at http://groups.google.com/group/mochiweb/
R12B compatibility:
The master of MochiWeb is tested with R14A and later. A branch compatible
with R12B is maintained separately at http://github.com/lemenkov/mochiweb
The R12B branch of that repository is mirrored in the official repository
occasionally for convenience.
To create a new mochiweb using project:
make app PROJECT=project_name
To create a new mochiweb using project in a specific directory:
make app PROJECT=project_name PREFIX=$HOME/projects/