Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.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