Skip to content

lhns/remote-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.