Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batashi/rpccalc
experiment project
https://github.com/batashi/rpccalc
electronjs golang jsonrpc2 rpc
Last synced: 2 days ago
JSON representation
experiment project
- Host: GitHub
- URL: https://github.com/batashi/rpccalc
- Owner: batashi
- License: gpl-3.0
- Created: 2020-03-28T16:48:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:30:27.000Z (about 2 years ago)
- Last Synced: 2024-12-06T09:07:00.697Z (about 2 months ago)
- Topics: electronjs, golang, jsonrpc2, rpc
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rpccalc
experiment project. golang, rpc & electronjs![Alt text](/../master/img/screen1.png?raw=true "Optional Title")
Running on port 5080
Latest version updated to jsonRPC# Running
## Server
go run server/server-json.goNote: cannot run both clients at same time.
## Electron Client
cd electron-clientnpm start
## GO Client
go run goclient/client-json.go# References
1. https://github.com/kmanley/golang-rpc-example