Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhns/remote-io
Scala RPCs based on effect types
https://github.com/lhns/remote-io
io rpc scala
Last synced: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T00:24:39.000Z (3 months ago)
- Last Synced: 2024-10-11T00:09:27.561Z (3 months ago)
- Topics: io, rpc, scala
- Language: Scala
- Homepage:
- Size: 169 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remote-io
[![Test Workflow](https://github.com/LolHens/remote-io/workflows/test/badge.svg)](https://github.com/LolHens/remote-io/actions?query=workflow%3Atest)
[![Release Notes](https://img.shields.io/github/release/LolHens/remote-io.svg?maxAge=3600)](https://github.com/LolHens/remote-io/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/de.lolhens/remote-io-core_2.13)](https://search.maven.org/artifact/de.lolhens/remote-io-core_2.13)
[![Apache License 2.0](https://img.shields.io/github/license/LolHens/remote-io.svg?maxAge=3600)](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.