On Jan 7, 2014, at 3:43 PM, JPJen <[email protected]> wrote: > I have never programmed using the Node.js. > > I am going to enter a URL; for example, http(s)://localhost:8080/core/ping in > the browser window and would like to have a Status 200 with a message saying > that "the operation is successful" in return. How do I proceed in doing it? >
Hello, have you looked at the NodeJS web page (http://nodejs.org) and associated docs? Are you working on an existing NodeJS app to which you want to add the above functionality or are you going to implement the above from scratch? In case of the latter, I would recommend taking a look at ExpressJS and the docs for it (http://expressjs.com). —ravi > > -- > -- > 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.
