Webs is a toolkit for programming web services in OCaml. It provides:
Webs is a set of libraries and building blocks, not a framework.
These manuals are available:
Each of the following modules are defined in their own corresponding webs.*
library. Except for Webs_unix
, these modules do not depend on Unix
.
Webs
Web service HTTP interface.Webs_kit
Webs service tools.Webs_html
HTML generation.Webs_websocket
Websocket upgrades.Webs_unix
Webs Unix
tooling.Webs_tpool
Thread pools.Each of the following modules are defined in their own corresponding webs.*
library.
Webs_connector
Web service connector tools.Webs_cgi
CGI gateway connector.Webs_httpc
HTTP/1.1 gateway connector.Webs_cli
Command line interface support.