You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[
4
+
5
+
[
6
+
7
+
3
8
# jsonrpclib
4
9
5
-
This is a cross-platform, cross-scala-version [jsonrpc](https://www.jsonrpc.org/) library that provides construct for bidirectional communication using
6
-
the jsonrpc protocol.
10
+
This is a cross-platform, cross-scala-version library that provides construct for bidirectional communication using the [jsonrpc](https://www.jsonrpc.org/) protocol. It is built on top of [fs2](https://fs2.io/#/) and [jsoniter-scala](https://github.com/plokhotnyuk/jsoniter-scala)
11
+
12
+
This library does not enforce any transport, and can work on top of stdin/stdout or other channels.
13
+
14
+
## Installation
15
+
16
+
The dependencies below are following [cross-platform semantics](http://youforgotapercentagesignoracolon.com/).
17
+
Adapt according to your needs
18
+
19
+
### SBT
7
20
8
-
This library does not enforce any transport, and works as long as you can provide input/output byte streams.
21
+
```scala
22
+
libraryDependencies +="tech.neander"%%%"jsonrpclib-fs2"% version
0 commit comments