Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8129251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T08:14:39+00:00 2026-06-06T08:14:39+00:00

Can someone give me a birds eye view of backbone, nodejs etc. How do

  • 0

Can someone give me a birds eye view of backbone, nodejs etc.

How do these different technologies/frameworks fit together.

Meaning, if I use nodejs, do I have to use backbone?

What about cofeescript, does it work with backbone?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T08:14:41+00:00Added an answer on June 6, 2026 at 8:14 am

    Node.js allows you to write server-side javascript : the code that reads an HTTP requests, and produces a response is written un javascript and executed by Google V8.

    Why would you want to write your server side code in JS ?

    • Google V8 has become fast enough so that it is not too CPU intensive nowdays
    • It’s really easy to manipulate JSON in JS so if you want to create an API…
    • Javascript (and node) event driven approach really helps create streaming application (sending data to the client as soon as they are made ready by the application)

    Backbone.js is a client-side MVC framework written in Javascript. It allows you to write models, views, routes and link all of that. So that if your model changes, the views reflect those changes immediately. In a backbone.js application, you typically have only one HTML page that “just loads” the Backbone.js code you wrote, and this code generates the HTML the users sees based on the content of the backbone model.

    CoffeeScript is just another way to write javascript. Instead of writing plain javascript, you can write CoffeeScript instead and use a translator that will convert your CoffeeScript code into javascript. You then execute the generated javascript.
    Benefits are :
    – You may prefer CoffeeScript syntax
    – CoffeeScript translator generates quite good javascript
    But in the end, it’s just a matter of preference

    How does all of this come together ?
    You can write a Node.js web application (really, just an API) in CoffeeScript (or JavaScript), that would feed JSON data to a Backbone.js application that you created (in Javascript or in CoffeeScript or both).
    All of your development would be done in Javascript/CoffeeScript and in the end, you Backbone.js client app would simply be another user of you Node.js API.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

can someone give me the code example that shows how to use two different
can someone give me a high level overview of these two methodologies? what's the
Can someone give me some advice on this? I am reading in an old
Can someone give me a Powershell script that will change the format of all
Can someone give me an example of how I would delete a row in
Can someone give me some info/background info on how I might go about writing
Can someone give me a real-world scenario of a method/function with a string argument
Can someone give an example for finding greatest common divisor algorithm for more than
can someone give me a hint on how a histogram's pseudo code would look
Can someone give me a good explanation on the motivation and application of JTA

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.