andybons / jsonrpc_example

A JSON-RPC example from Node to Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON-RPC Example

Going from a Node client to a Go server.

Run

go run server.go

# In a different window...
npm install json-rpc2
DEBUG=jsonrpc node index.js

About

A JSON-RPC example from Node to Go

License:MIT License


Languages

Language:Go 62.4%Language:JavaScript 37.6%