Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Sheets

Please see individual files for the license (which is mostly
LGPL+linking exception or ISC).