Hi, Kaweesi.

Typically the way to run a node program is from your regular command
line interface.  (Either the bash shell in Unix systems, or the `cmd`
program on Windows.)

Write your javascript codes in a file called "server.js".  Then, on
the command line, cd into the folder containing that file, and type:

    node server.js

It sounds like your'e on Windows.  If so, then the program with the
Node icon is the "repl".  This stands for "Read Evaluate Print Loop".
In this program, you can type a few codes, and node will run it, and
print the results, and then prompt you to enter more codes.  You can
also get here by typing `node` on the regular command line without any
arguments.




On Wed, May 22, 2013 at 12:05 AM, Kaweesi Simon <[email protected]> wrote:
> I am very new to using Technologies like node.js. I have followed Tutorials
> but Every time i try to run the Script of the Server, i don't get any Reply.
> I installed Node.js and i have to commandline interfaces ie one having the
> Icon of Node.js and the Other is Like My Normal commandline. Which one
> should i use. How best can i configure node.js to Work with Localhost. My
> Goal of Using Node.js is to create a Real Time Notification System and
> interface it with my php site. Any Help Would Much be Appreciated
>
> --
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to