English 中文(简体)
GAE Go Json-RPC
原标题:GAE Go Json-RPC call example

我试图了解如何在谷歌戈使用Json-RPC电话,该电话将用于谷歌搜索引擎。 迄今为止,我的理解是,我有些how应当叫rpc.Client.Dial,但我不理解“network”和“address”参数应当是什么。 谁能提供一种样本,即显示如何在戈里使用Json-RPC的工作守则?

最佳回答

我已经就你关于神学小组的问题写了答案,但就完整性而言,这就是:

Go s jsonrpc 包裹与公认会计原则相符。

参考:https://groups.google.com/d/msg/google-appengine-go/uQ0cv0m9j0E/H3VCrFEWgvcJ

它很可能是读到那里全线的好主意,因为它描述了对GAE的冰层限制,以及与铺设的图书馆链接,有许多工作。 issue已经知道,但尚未解决。

问题回答

暂无回答




相关问题
How to make logging.debug work on Appengine?

I m having a tough time getting the logging on Appengine working. the statement import logging is flagged as an unrecognized import in my PyDev Appengine project. I suspected that this was just an ...

gqlQuery returns object, want list of keys

Is there a way to convert the GqlQuery object to an array of keys, or is there a way to force the query to return an array of keys? For example: items = db.GqlQuery("SELECT __key__ FROM Items") ...

Integrating Google AppEngine with a Thick Client

I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end. The problem is that GAE provides only web-based forms for ...

sorl.thumbnail : thumbnail is not a valid tag library?

I am trying to install sorl.thumbnail but am getting the following error message: thumbnail is not a valid tag library: Could not load template library from django.templatetags.thumbnail, No module ...

热门标签