async_rpc_websocketversion

Library to serve and dispatch Async RPCs over websockets

Library to serve and dispatch Async RPCs over websockets.

Rpc_websocket makes it easy to serve and send Async RPCs with HTTP+Websocket underlying the transport. It also provides a mechanism to share the RPC implementations between a vanilla TCP server and a HTTP server.

On the server side, the library detects when a websocket connection is established, and routes to an optionally provided vanilla HTTP handler when non-websocket traffic occurs.

AuthorJane Street Group, LLC
LicenseMIT
Published
Homepagehttps://github.com/janestreet/async_rpc_websocket
Issue Trackerhttps://github.com/janestreet/async_rpc_websocket/issues
MaintainerJane Street developers
Availablearch != "arm32" & arch != "x86_32"
Dependencies
Source [http] https://github.com/janestreet/async_rpc_websocket/archive/refs/tags/v0.17.0.tar.gz
sha256=c0303047764087e6ee5b4913c9c1d432c7f8e97bb8d9bb9ef45abd94997b179b
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/async_rpc_websocket/async_rpc_websocket.v0.17.0/opam
Required by