https://github.com/narbase/narpc
Remote Procedure Call in Kotlin
https://github.com/narbase/narpc
Last synced: about 1 year ago
JSON representation
Remote Procedure Call in Kotlin
- Host: GitHub
- URL: https://github.com/narbase/narpc
- Owner: Narbase
- Created: 2020-10-05T07:00:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T14:11:22.000Z (over 4 years ago)
- Last Synced: 2024-10-29T18:50:43.217Z (over 1 year ago)
- Language: Kotlin
- Size: 237 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://mvnrepository.com/artifact/com.narbase/narpc)
NaRPC
Remote Procedure Call in Kotlin
NaRPC is a Kotlin Multiplatform library Remote Procedure Call.
### Features
* Intuitive DSL
* Type safe network calls
* Supports file upload
---
## Getting started
To add NaRPC to your project, first you need to add it to your build.gradle file as a dependency.
```groovy
implementation 'com.narbase.narpc:narpc-server-jvm:'
implementation 'com.narbase.narpc:narpc-client-js:'
implementation 'com.narbase.narpc:narpc-client-jvm:'
````
Then you can directly use it in your JVM / JS code.
---
Your feedback is most welcomed. Let us know how is your experience with NaRPC.