mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 01:51:31 +03:00
1e6e69b539
* Akka-related startup improvements Realized that Akka Typed and Spray were not used **at all** yet there were in the list of dependencies. Additionally, the former would also show up in the list of Akka's library-extensions, initialized on startup. * Hardcode list of library extensions Hardcoding a list of library extensions is not recommended but I don't see any other way of disabling expensive Serialization extension, which we don't seem to use anyway. * fmt * licensing update |
||
---|---|---|
.. | ||
src | ||
README.md |
JSON-RPC Server
This library implements a universal JSON RPC server with a flexible API for defining the message format.