package ojs_base

  1. Overview
  2. Docs
Base library for developing OCaml web apps based on websockets and js_of_ocaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ojs-base-0.7.0.tar.bz2
md5=85b8a0746e9be8c20cf082f2573b5895
sha512=ec707820ff69ddbf9c631cf6a1c8748e82346daded1a4f73c5702128d07858f915e62d529e5fec01e99263f33eefb1586067341c058535806e0092b9d040644a

doc/ojs_base/Ojs_base/Rpc/Base/index.html

Module Rpc.BaseSource

Parameters

module P : Types.App_msg

Signature

include Types.App_msg with type app_server_msg = P.app_server_msg with type app_client_msg = P.app_client_msg
Sourcetype app_server_msg = P.app_server_msg = ..
Sourceval app_server_msg_to_yojson : app_server_msg -> Yojson.Safe.t
Sourcetype app_client_msg = P.app_client_msg = ..
Sourceval app_client_msg_to_yojson : app_client_msg -> Yojson.Safe.t
Sourceval pack_server_call : call_id -> app_server_msg -> app_server_msg
Sourceval pack_server_return : call_id -> app_server_msg -> app_server_msg
Sourceval pack_client_call : call_id -> app_client_msg -> app_client_msg
Sourceval pack_client_return : call_id -> app_client_msg -> app_client_msg