lhns / remote-io

Scala RPCs based on effect types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remote-io

Test Workflow Release Notes Maven Central Apache License 2.0

Scala RPCs based on effect types.

build.sbt

// use this snippet for the JVM
libraryDependencies += "de.lolhens" %% "remote-io-core" % "0.0.1"
libraryDependencies += "de.lolhens" %% "remote-io-http4s" % "0.0.1"

// use this snippet for JS, or cross-building
libraryDependencies += "de.lolhens" %%% "remote-io-core" % "0.0.1"
libraryDependencies += "de.lolhens" %%% "remote-io-http4s" % "0.0.1"

License

This project uses the Apache 2.0 License. See the file called LICENSE.

About

Scala RPCs based on effect types

License:Apache License 2.0


Languages

Language:Scala 100.0%