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.
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 |
Available | arch != "arm32" & arch != "x86_32" |
Dependencies |
|
Source [http] | https://github.com/janestreet/async_rpc_websocket/archive/refs/tags/v0.17.0.tar.gz sha256=c0303047764087e6ee5b4913c9c1d432c7f8e97bb8d9bb9ef45abd94997b179b |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/async_rpc_websocket/async_rpc_websocket.v0.17.0/opam |
Required by
- bonsai>=v0.17.0
- memtrace_viewer>=v0.17.0