https://github.com/lhns/remote-io
Scala RPCs based on effect types
https://github.com/lhns/remote-io
io rpc scala
Last synced: 15 days 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: 2025-01-30T00:22:37.000Z (12 months ago)
- Last Synced: 2025-02-28T11:12:34.664Z (11 months ago)
- Topics: io, rpc, scala
- Language: Scala
- Homepage:
- Size: 162 KB
- Stars: 2
- Watchers: 4
- 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.