Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsheets/ocaml-cohttpserver
A basic HTTP daemon implemented on top of ocaml-cohttp
https://github.com/dsheets/ocaml-cohttpserver
Last synced: 3 months ago
JSON representation
A basic HTTP daemon implemented on top of ocaml-cohttp
- Host: GitHub
- URL: https://github.com/dsheets/ocaml-cohttpserver
- Owner: dsheets
- Created: 2009-12-12T02:15:18.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-03-30T22:28:25.000Z (almost 13 years ago)
- Last Synced: 2023-03-10T21:57:32.187Z (almost 2 years ago)
- Language: OCaml
- Homepage:
- Size: 400 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This library contains a light-weight HTTP server for serving web-sites
using OCaml. It uses the co-operatively threaded cohttp [1] library
to process HTTP.--
This library is originally based on the "do it yourself OCaml HTTP"
daemon by Stefano Zacchiroli , and since adapted
to LWT and Mirage by:
Anil Madhavapeddy
David SheetsPlease see individual files for the license (which is mostly
LGPL+linking exception or ISC).