RPC入門(2):JSONRPC使用、使用PHP調用

https://blog.csdn.net/github_26672553/article/details/100172819 以前介紹的方式只適合go系統和go系統之間調用(由於它數據編碼使用了go的gob編碼格式)。 想要其餘異構系統(好比php)調用,就須要使用通用的編碼格式,好比JSON。php 一、jsonrpc服務端代碼:html jsonrpc.ServeConn(client) 一
相關文章
相關標籤/搜索