Nodejs V4.4.0API Document Learning (1) Introduction

Source: Internet
Author: User

Document reference Address: https://nodejs.org/dist/latest-v4.x/docs/api/

Brief introduction

Here is an example of a Web service written in Nodejs, which returns "Hello world".

Const HTTP = require (' http '= = {  response.writehead ($, {' Content-type ': ' Text/plain '}) ;  Response.End (' Hello world\n ');}). Listen (8124); Console.log (' Server running at http://127.0.0.1:8124/');

To run the service, save the above code in a file named Example.js, and then use the node program to execute

$ node Example.jsserver running at http: // 127.0.0.1:8124/

All the examples in the document can be executed in the same way.

  

Nodejs V4.4.0API Document Learning (1) Introduction

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.