Open
Description
More of a question than an issue.
I was wondering if kernel_gateway can be made to support RPC operations. Currently one can interact with the kernel via a websocket (which requires a constant connection between the web frontend and the kernel gateway) or via REST (which is disconnected, but assumes a REST API is the best abstraction for the endpoint I need to provide). I would like to invoke code on a provisioned kernel with a JSON-RPC invocation. Is this provided or planned? Thanks.