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 6077513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:43:45+00:00 2026-05-23T10:43:45+00:00

I am just wondering how node.js is compared to other frameworks. Is it possible

  • 0

I am just wondering how node.js is compared to other frameworks. Is it possible to develop rich internet applications using node.js? How is it compared to java NIO?
In short I am looking for the target domain of Node.js

  • 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-05-23T10:43:46+00:00Added an answer on May 23, 2026 at 10:43 am

    not sure why there are people voting to close this question when I think it’s perfectly viable, Node.JS is a new server side framework that is still undergoing heavy development.

    to answer your question may be a little difficult for myself as I know nothing of Java, but I know a little about Node and use it on a regular basis whilst it’s under development.

    Node JS is basically a framework built up of several components that are built for speed, such as Google’s Javascript Engine (V8), it was originally designed for Google Chrome but released as an Open Source project.

    Many developers have taken V8 and placed it on the server, combining it with custom libraries integrated into V8 to allow File I/O and network access.

    So what is Node.JS

    Node JS is basically Googles V8 javascript engine as the language platform, Mixed in with Lib Event, which is a technique of using 1 thread to perform multiple tasks by creating Events from the kernel.

    The primary usage of Node it’s it’s networking functionality, Ryan has contributed a really powerful HTTP Library that has helped it take of with Web Services, which is what it’s main intention is for.

    Why do I use NodeJS

    I like Node JS simply because it’s easy, fast and very modular, being able to supply information such as Files, Images, Text to a web browser directly from the Servers Memory (RAM) in under 10 lines simply helps understand the power behind it.

    For instance, Nearly every web-browser makes a request for favicon.ico, which is usually ~10KB, Now if i had 100 Requests per second and every request was requesting my favicon, my hard drive would have to locate that file, blocking all other reads in the mean time.

    I can just load the data, store it within a variable and send it to every client much much faster then the traditional methods.

    What’s the best part about Node.JS

    The best part about node.js personally is the concept, the idea of being able to search thousands of clients concurrently without blocking any other client is the drive behind the speed, every thing is speed motivated, hence Google V8, it’s called V8 for a reason, Lib Event, it’s removes the requirement for loads of threads, which can be heavy on resources.

    Getting Started

    I seems like you have not really had a play with Node.JS, and if you have not then is suggest you isntall it and have a play for a few days, Join there IRC Chat and speak to some of the guys over there, there is usually a member of the immediate team there that will help you.

    You can simply install node.JS on Ubuntu like so (In Bash):

    if you do not have git

    sudo apt-get install git-core
    

    install node JS:

    cd /etc/
    sudo git clone git://github.com/joyent/node.git
    cd node
    sudo ./configure
    sudo make
    sudo make install
    

    to test make sure you have it installed

    node --version
    

    if you get the version your ready to go, go to your home directy

    cd ~/
    mkdir Nodes
    cd Nodes/
    

    create a simple file in you ~/Nodes Directory called test.js and start away, you can run the code lie so:

    cd ~/Nodes
    node test.js
    

    I had written that small guide to setting NodeJS up not just for yourself but for others who may read this and would like to set things up.

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

Sidebar

Related Questions

Possible Duplicate: Smooth text animation (Marquee) using WPF I am just wondering if there
I was just reading More proof that enterprises love Node.js and wondering: Should enterprise
I am just starting node.js and I'm wondering why my small form is stopping
I'm wondering if there is a way to flip the hierarchy of node using
just wondering if anyone knows of a truly restful Put/delete implementation asp.net mvc preview
Just wondering if a .NET app can be compiled down to native machine code
Just wondering if there is an easy way to add the functionality to duplicate
Just wondering why people like case sensitivity in a programming language? I'm not trying
Just wondering what the difference between BeginInvoke() and Invoke() are? Mainly what each one
Just wondering where is best to put functionality in an MFC application that is

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.