有人有使用 Backbone.js 和 Pylons/Pyramid 的经验吗?有什么样本可以看吗?
有人有使用 Backbone.js 和 Pylons/Pyramid 的经验吗?有什么样品可以看吗?
Does anyone have experience using Backbone.js and Pylons/Pyramid ? any sample to look at ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Pyramid Backbone Playground 是一个完整的示例,您可以从 github 上查看;他还引用了 Backbone.js 和 Django 博客文章,您可能也会觉得有用。
Pyramid Backbone Playground is a fully-working example that you can checkout from github; he also references a Backbone.js and Django blog post that you might also find useful.
查看 Cornice (http://cornice.readthedocs.org/en/latest/index.html )用于在 Pyramid 中创建 Web 服务。
Check out Cornice (http://cornice.readthedocs.org/en/latest/index.html) for creating your web services in Pyramid.
您能详细说明一下您的问题吗?你想做什么?
我曾经使用过骨干网和塔架/金字塔,但它们相互连接并且没有集成。 Backbone 与使用金字塔构建的 API 进行对话。
Could you elaborate on your question a little bit? What are you looking to do?
I have worked with backbone and pylons/pyramid, but they interface with each other and are not integrated. Backbone talks to the API which was built using pyramid.