会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
LM
{ html:{}, css:{}, javascript:{} }
订阅
管理
2016年4月27日
基于thrift的node.js rpc服务
摘要: 1.在node.js 服务下创建node_modules文件,npm install thrift 下载thrift到该文件下。 2.编写idl文件。user.thrift 内容如下: struct User{ 1: string uid, 2: string uname, 3: bool usex
阅读全文
posted @ 2016-04-27 10:55 dtdxrk
阅读(2179)
评论(2)
推荐(0)
编辑