谷歌波浪源代码
我希望“设计”Google Wave 并在我的博客/网站上尝试一下?是否可以修改 Google Wave 的源代码?哪里可以买到?
有人做过这样的事情吗?
I wish to 'engineer' the google wave and try it for my blog/website ? Is it possible to tinker with the source code of Google Wave ? Where is it available ?
Has anyone done something like this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
如前所述,您可能希望在博客中嵌入 wave,不要复制整个源。
但是,如果您想设置自己的 Wave 服务,您也可以这样做。事实上,Wave 是,一个开放协议,旨在鼓励广泛采用。他们希望让我们所有人摆脱电子邮件的困扰,上帝保佑他们。
As noted, you probably want to embed a wave in your blog, not copy the whole source.
However, if you want to set up your own wave service, you can do that, too. Wave is, in fact, an open protocol to encourage widespread adoption. They hope to get us all off this email thing, God bless 'em.
您可以使用 Google Wave API 扩展和嵌入 Google Wave;然而,Google Wave 本身是一个 Google Web Toolkit 应用程序,据我所知,其源代码不向公众开放。
You can extend and embed Google Wave using the Google Wave APIs; however, Google Wave, itself, is a Google Web Toolkit application, and its source code is not available to the general public, AFAIK.
Google Wave尚未开源。您可以在此处查看 Google 提供的操作系统代码:http://code.google.com/opensource/
Google wave has not been open sourced. You can check the OS code offerd by Google here: http://code.google.com/opensource/
Google Wave API 可从 Google 实验室获取。
The Google Wave API is available from Google Labs.
我相信它是开源的,可以通过“wave-protocol”链接获得。事实上,这里是代码库的演练:
http://www.waveprotocol.org/code/wave-model-code-walk
I believe it is open source, available through the "wave-protocol" link. In fact, here is a walkthrough of the codebase:
http://www.waveprotocol.org/code/wave-model-code-walk
Wave Gadget API 有一个开源实现,您可以在其他网站上使用;它使用 Node.js:
https://github.com/scottbw/wave-node
There is an open-source implementation of the Wave Gadget API you can use with other sites; it uses Node.js:
https://github.com/scottbw/wave-node
AFAIK,Google Wave 的源代码不是开源的。
Google Wave's source code isn't open source, AFAIK.
搜索 Google API 即可。
我相信您可以将浪潮合并到您的网站上。
Search the Google API for that.
I believe you can incorporate the wave on your site.
Google Wave 协议在这里:
http://www.waveprotocol.org/code
现在它正在被使用迁移到 Apache:
https://incubator.apache.org/wave/about.html
The Google Wave protocol is here :
http://www.waveprotocol.org/code
And now it is being moved to Apache :
https://incubator.apache.org/wave/about.html