ojs_base
Base library for developing OCaml web apps based on websockets and js_of_ocaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Libraries
This package provides the following libraries (via dune):
ojs_base
Documentation:
Ojs_base.Path
Handling file paths.Ojs_base.Rpc
Remote callsOjs_base.Types
Creating application-wide server and client message types
Dependencies: yojson, lwt, ppx_deriving.runtime, ppx_deriving_yojson.runtime
ojs_base.js
Documentation: Ojs_js
Dependencies: js_of_ocaml, yojson
ojs_base.server
Documentation:
Ojs_server.Server
Server-side utilities.Ojs_server.Tmpl
Some templates to create HTML pages.
Dependencies: ojs_base, yojson, lwt, xtmpl, websocket-lwt-unix