async_rpc_websocketversion Documentation on ocaml.org
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.
| Author | Jane Street Group, LLC |
|---|---|
| License | MIT |
| Published | |
| Homepage | https://github.com/janestreet/async_rpc_websocket |
| Issue Tracker | https://github.com/janestreet/async_rpc_websocket/issues |
| Maintainer | Jane Street developers |
| Dependencies |
|
| Source [http] | https://ocaml.janestreet.com/ocaml-core/v0.15/files/async_rpc_websocket-v0.15.0.tar.gz sha256=7ddea6f08866bc65bfaa7168103b3dc867c3eac5bcc7196511375af8dc112a0b |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/async_rpc_websocket/async_rpc_websocket.v0.15.0/opam |
Required by
- bonsai>=v0.15.0 & <v0.16.0
- memtrace_viewer=v0.15.0


