https://github.com/lhns/remote-io
Scala RPCs based on effect types
https://github.com/lhns/remote-io
io rpc scala
Last synced: about 2 months ago
JSON representation
Scala RPCs based on effect types
- Host: GitHub
- URL: https://github.com/lhns/remote-io
- Owner: lhns
- License: apache-2.0
- Created: 2022-01-06T15:04:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-06T00:31:45.000Z (3 months ago)
- Last Synced: 2026-01-11T19:14:09.120Z (3 months ago)
- Topics: io, rpc, scala
- Language: Scala
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remote-io
[](https://github.com/LolHens/remote-io/actions?query=workflow%3Atest)
[](https://github.com/LolHens/remote-io/releases/latest)
[](https://search.maven.org/artifact/de.lolhens/remote-io-core_2.13)
[](https://www.apache.org/licenses/LICENSE-2.0)
Scala RPCs based on effect types.
### build.sbt
```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.