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

  • SEARCH
  • Home
  • 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 8155257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:37:12+00:00 2026-06-06T16:37:12+00:00

When using node.js to e.g. serve requests for a backbone.js front end, would node.js

  • 0

When using node.js to e.g. serve requests for a backbone.js front end, would node.js actually have your applications business logic or would it make calls out to your web service backend written in say Rails or Java?

If it makes calls out to Rails/Java, how would this be done? Confused as it is single threaded.

  • 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-06T16:37:14+00:00Added an answer on June 6, 2026 at 4:37 pm

    Your business logic will be written in Javascript. I use Node.js + Backbone.js in conjunction with each other on two different projects. Node is great for writing a backend ReSTful API quick and easy and Backbone.js is great for keeping my client side logic organized.

    Like any web tech, a separation between client/server is still essential, but Node allows you to think/write in one language and use the same libraries both server and client side. There are many advantages to this in small shops, as the there is no longer a divide between the “front end” guys and the “back end” guys.

    Node’s single threaded nature is a turn off to a lot of new comers… its easily overcome with multiple proc instances and a load balancer. (If you even need all that… Node is built on an event model and can handle quite the load before you need to think about running another instance… of course this is completely dependent upon if you’re writing good asynchronous code)

    Is this to say Node.js + Backbone.js is the best answer for YOUR project? No. But you should weigh out the advantages of using Node over Rails/Java/PHP/Python before you make a decision. For me it was simple when considering RAD… one language, one set of libs… its my favorite web stack thus far.

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

Sidebar

Related Questions

I'm trying to serve long polling requests for 60 secs using node.js. The problem
I have the following set up: A node.js client makes end-to-end requests to a
On a website I'm developing, using Node, Express, and Backbone, I have the user
I am going to make a client-server application using Node.js, and I want to
I have a strange problem. I do this query in a node.js server using
I'm using node.js and express to handle HTTP requests and responses. By using the
I have the following simple http server using Node.js: var http = require('http'); var
Scenario I have a Node.JS service (written using ExpressJS ) that accepts image uploads
I'm exploring using the node-http-proxy proxy server so that I can have our proxy
Background: I am using node.js and express to create an API. I have implemented

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.