enso/lib/scala/json-rpc-server
Dmitry Bushev a6b2415188
Add JSON-RPC Timeout Error (#1332)
Add a separate timeout error to distinguish between
the request timeouts and other service errors.
2020-12-09 15:53:00 +03:00
..
src Add JSON-RPC Timeout Error (#1332) 2020-12-09 15:53:00 +03:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

JSON-RPC Server

This library implements a universal JSON RPC server with a flexible API for defining the message format.