Nodejs Instance Series ~ Environment construction, Hello World return!

Source: Internet
Author: User

Back to Catalog

1 Installing the node. JS Service-side Program

Https://github.com/Microsoft/nodejstools/wiki/Install-Node.js-and-get-started-with-NTVS

2 Installing the VS extension plug-in, developing the node. JS Service-side program on Vs2012

3 Restart VS, new node. JS project, you can choose a variety of frameworks such as web and console

4 when the node. JS Project is established, it will automatically add a server.js file for us, and we will need this file to meet our business requirements!

5 A new NPM module can be installed for your node. js

The full name of NPM is node package manager[1], a Nodejs pack management and distribution tool that has become an unofficial standard for publishing node modules (packages).

If you're familiar with Ruby's Gem,python pypi, setuptools,php's pear, then you know what NPM is all about.

Nodejs itself provides the basic modules, but the development of the actual application process only rely on these basic modules will still need more work. Fortunately, the Nodejs Library and framework provide us with the help we have to reduce our workload. But hundreds of libraries or frameworks are cumbersome to manage, and with NPM, you can quickly find packages to use for specific services, download, install, and manage installed packages.

Back to Catalog

Nodejs Instance Series ~ Environment construction, Hello World return!

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.