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

https://github.com/andybons/jsonrpc_example

A JSON-RPC example from Node to Go
https://github.com/andybons/jsonrpc_example

Last synced: about 2 months ago
JSON representation

A JSON-RPC example from Node to Go

Awesome Lists containing this project

README

          

# JSON-RPC Example

Going from a Node client to a Go server.

## Run

```sh
go run server.go

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