Node.js Manual

Node.js Manual

Welcome to the Node.js Manual!

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. — The official Node.js website

This manual consists of three different sections:

  • The Node.js API Reference documents the core Node.js modules
  • The Node.js Guide contains articles and code samples on coding in Node.js
  • The Javascript Reference contains doucmentation about the Javascript language

You can instantaneously copy and run the code samples found here live into your Cloud9 IDE account by just clicking a button.

Contributing

You can help! This website is a community effort, and is available on GitHub. The API Reference will be in synch with the official Node.js stable APIs.

Use the [edit] links near the article titles to edit them online into the Cloud9 IDE. After writing and updating articles, you can issue a pull request.

Getting started learning Node.js

Here are some tutorials to get you started with Node.js:

Node.js Community

For additional resources with Node.js:

Find more links by hovering over the Node.js logo in the toolbar.

Glad you liked it. Would you like to share?

Sharing this page …

Thanks! Close

Add New Comment

  • Image

Showing 0 comments

    Trackback URL
    原文地址:https://www.cnblogs.com/lexus/p/2493649.html