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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:30:17+00:00 2026-06-18T11:30:17+00:00

I am a beginner in nodeJS, and I have some questions which I’d like

  • 0

I am a beginner in nodeJS, and I have some questions which I’d like answered.

  1. First, when I went to install nodeJS, it was installed with two different command prompts. The first command prompt is blank, and shows “>”. The second command prompt is a windows command prompt, but with the message “Your environment has been set up for using Node.js 0.8.18 (ia32) and NPM”. By entering the code node code.js I am able to start running nodeJS with the second command prompt, but I don’t know how to use the first command prompt that I described above. Could someone please explain to me what the first command prompt is used for?

  2. My second question as a beginner in nodeJS is about creating servers. I haven’t gone to deep with what nodeJS can do. But if nodeJS can create a server, then would it be safe to assume that nodeJS can be used to create database software for something like PHP or Python to interact with?

  • 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-18T11:30:18+00:00Added an answer on June 18, 2026 at 11:30 am
    1. The first command prompt is REPL, which means you just enter your command and it evaluates and keeps running. It is like a live console to test some functionality.

    2. NodeJS can do many things, its event driven model is a good alternative to similar systems. NodeJS can communicate with database, another computer, or with user. It is just a platform with Javascript programming language. As it is stated on nodejs website, it is “lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.”

    EDIT: Example Interaction with REPL

    $ nodejs
    > process.version
    'v0.8.18'
    > var a = 5;
    undefined
    > var b = 5
    undefined
    > a + b
    10
    > var dns = require("dns");
    undefined
    > dns.resolve4("www.google.com",function(err,address){console.log(address); })
    { oncomplete: [Function: onanswer] }
    > [ '173.194.35.144',
      '173.194.35.145',
      '173.194.35.146',
      '173.194.35.147',
      '173.194.35.148' ]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm really a beginner to Node.js and I have some questions. Firstly, if I
Beginner to assembly programming for x86. I have a simple asm file which I
Beginner iOS dev here. I have a problem in my array. Im making an
Beginner in Android development. My code crashes. I have made a simple Java method
Beginner level question Scenario: Have simple string cocantation tool, that I might expand later
Beginner help needed :) I am doign an example form a php book which
Beginner question: I have a dictionary where the values are lists of (a variable
JS beginner here. I need help with a script to place different content in
Python beginner here, I have a list of lists and want to refer to
I have a web service application built using NodeJS. I am using mongodb as

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.