Couchbase
  • Why NoSQL?
  • Couchbase Server
  • Download
  • Resources
  • Careers
Home | Forums | Couchbase | Couchbase Server 2.0

Couchbase & Backbonejs?

1 reply [Last post]
  • Login or register to post comments
Thu, 11/29/2012 - 09:27
abritez
Offline
Joined: 11/17/2012
Groups: None

Anyone know if there is an example of how to implement a Backbonejs solution with Couchbase?

I found one for CouchDB
https://github.com/janmonschke/backbone-couchdb

Top
  • Login or register to post comments
Thu, 11/29/2012 - 11:17
tgrall
Offline
Joined: 09/05/2012
Groups: None

Hello,

As far as I know, I have not seen any code example of Backbone.js applications consuming data from Couchbase Server.

You can see in the backbone.js code that you have pointed out that it is using intensively the REST API (apps & queries). In Couchbase the approach is different you need to use a client SDK to access the data and views (ideally). It is especially important to leverages the cluster capabilities of Couchbase.

So to create a backbone.js application you will need to create a server side layer that exposes all the operations (get/set) and views to your applications. If you are Javascript savvy you can create the server side part of your application using node.js but you can use any other technology see http://www.couchbase.com/develop.

Regards
Tug

__________________

Tug
@tgrall

Top
  • Login or register to post comments
  • Login or register to post comments
  • Login
  • Register

Company

  • About Us
  • Leadership
  • Customers
  • Partners
  • Contact Us

Product

  • Couchbase Server
  • Couchbase SDKs
  • Use Cases
  • Documentation
  • Forums

Open Source

  • Couchbase Project
  • Couchbase vs. CouchDB

Commercial

  • Subscriptions & Support
  • Training & Services

News

  • Blog
  • Newsletter
  • Press Releases
  • Buzz

Follow Us

    
  • Customer Login
  • Terms of Service
  • Privacy Policy
  • Trademark Policy
  • Site Map

© 2013 COUCHBASE All rights reserved.

Sign in to Couchbase Community

close
  • Create new account
  • Request new password
You are logging into the Forums, Wiki and Issue Tracker