https://github.com/rj/mochiweb-websockets
***OBSOLETE, using my mochiweb repo now ***
https://github.com/rj/mochiweb-websockets
Last synced: 12 months ago
JSON representation
***OBSOLETE, using my mochiweb repo now ***
- Host: GitHub
- URL: https://github.com/rj/mochiweb-websockets
- Owner: RJ
- License: other
- Created: 2009-12-27T10:56:15.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T03:38:02.000Z (about 11 years ago)
- Last Synced: 2025-08-21T15:18:46.713Z (12 months ago)
- Language: Erlang
- Homepage:
- Size: 567 KB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- 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
R12B compatibility:
The master of MochiWeb is tested with R13B04 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/