https://github.com/batashi/rpccalc
experiment project
https://github.com/batashi/rpccalc
electronjs golang jsonrpc2 rpc
Last synced: 3 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:30:27.000Z (over 3 years ago)
- Last Synced: 2025-03-12T09:16:57.714Z (about 1 year 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

Running on port 5080
Latest version updated to jsonRPC
# Running
## Server
go run server/server-json.go
Note: cannot run both clients at same time.
## Electron Client
cd electron-client
npm start
## GO Client
go run goclient/client-json.go
# References
1. https://github.com/kmanley/golang-rpc-example