Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Use json-RPC for inter-plugin communication #245

Closed
wfarner opened this issue Oct 20, 2016 · 0 comments · Fixed by #253
Closed

Use json-RPC for inter-plugin communication #245

wfarner opened this issue Oct 20, 2016 · 0 comments · Fixed by #253
Assignees

Comments

@wfarner
Copy link
Contributor

wfarner commented Oct 20, 2016

Our scaffolding for communication already resembles the APIs to net/rpc, which can be adapted to JSON-RPC with net/rpc/jsonrpc. The switch would allow us to offload some custom code and move to a standard wire format as well.

Also weigh net/rpc/jsonrpc against other libraries like github.com/gorilla/rpc/json.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants