TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Todos: Backbone.js example + Google App Engine (Python)

38 pointsby ccarpentergalmost 14 years ago

4 comments

eddieplan9almost 14 years ago
I did a similar simple Todos application using Backbone.js + CouchDB:<p><a href="https://github.com/edc/backbone-sample" rel="nofollow">https://github.com/edc/backbone-sample</a><p>It's about 80 lines of CoffeeScript and 0 lines of server side code.<p>CouchDB's RESTful API makes it a really natural choice for storage backend for Backbone-powered applications.
cosmorocketalmost 14 years ago
Thanks for the demo and source. I am trying out Backbone and GAE too. What I wonder about and asked on StackOverflow but didn't get a clear answer is how to join together Backbone on the client side and ProtoRPC on the server side. Do you have any ideas? Thanks.
评论 #2599783 未加载
preekalmost 14 years ago
This is actually great work! What licence will you apply to the source code?
评论 #2599970 未加载
rgbrgbalmost 14 years ago
Weird, I just did this exact same thing yesterday for another GAE/Backbone.js app! In my case I was using Flask though.