enso/lib/scala/json-rpc-server
Dmitry Bushev 8125d89676
Delay initialization of JSON-RPC protocol (#5997)
close #5881

Changelog
- add: ProtocolFactory object that initializes and returns the protocol object
- update: Add protocol initialization to the initialization component
2023-03-20 11:04:16 +00:00
..
src Delay initialization of JSON-RPC protocol (#5997) 2023-03-20 11:04:16 +00: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.