1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-29 16:22:21 +00:00
2018-06-26 08:11:43 +08:00

24 lines
322 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 4.1. RPC入门(Doing)
TODO
<!--
简单的例子
http 例子
jsonrpc 例子
jsonrpc on http标准库不支持
手工 json on http
nodejs 调用(跨语言)
缺点,函数名时字符串,容易出错(可编译)。
手工摸索一个基于接口的规范,手工遵循
同步/异步
名字空间
-->