https://github.com/krisnova/gorpc
Gorpsy. Remote procedure call for local linux hosts written in Go.
https://github.com/krisnova/gorpc
Last synced: over 1 year ago
JSON representation
Gorpsy. Remote procedure call for local linux hosts written in Go.
- Host: GitHub
- URL: https://github.com/krisnova/gorpc
- Owner: krisnova
- License: apache-2.0
- Created: 2021-06-27T18:31:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T18:41:29.000Z (about 5 years ago)
- Last Synced: 2025-01-31T09:31:44.339Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoRPC
Gorpsy. Remote procedure call for local linux hosts written in Go.
GoRPC is built with the filesystem in mind.
The use case is to have two `ELF Executable` programs.
The `host` program can be started by the `remote`.
When the host `pid` starts, the `remote` can find the `host` and connect to it.
The `remote` now has access to the exposed `RPC` methods on the `host`.