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 |
Dependencies |
|
Source [http] | https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_rpc_websocket-v0.16.0.tar.gz sha256=06b585dd96c290a5f5e6c72bfbe1ff2b4985306423bd4bbdbc707025982b9a7c |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/async_rpc_websocket/async_rpc_websocket.v0.16.0/opam |
Required by
- bonsai=v0.16.0
- memtrace_viewer=v0.16.0