Beike Product & Technology
Nov 2, 2018 · Backend Development
Building a JSON-RPC Server in Go and a PHP Client with Common Pitfalls
This article explains how to quickly create a JSON-RPC server using Go, implement a PHP client for verification, and discusses typical issues such as parameter formatting that arise because Go's jsonrpc package does not fully follow the JSON-RPC specification.
BackendTutorialjsonrpc
0 likes · 6 min read
