• Node.js Reference 1
  • Node.js Reference 2
  • Node.js Reference 3
  • Node.js Reference 4

Node.js Reference

It works offline without Internet in a fast, organized and searchable interface.

Key Features:
Easy to Use
User Friendly
Neatly Categorized
Search Facility
API's are divided into comprehensive sections for fast and easy learning. No prior programming experience is needed.

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside the browser. Historically, JavaScript was used primarily for client-side scripting, in which scripts written in JavaScript are embedded in a webpage's HTML and run client-side by a JavaScript engine in the user's web browser. Node.js lets developers use JavaScript to write Command Line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm, unifying web application development around a single programming language, rather than different languages for server side and client side scripts.

Node.js allows the creation of Web servers and networking tools using JavaScript and a collection of "modules" that handle various core functionality. Modules are provided for file system I/O, networking (DNS, HTTP, TCP, TLS/SSL, or UDP), binary data (buffers), cryptography functions, data streams, and other core functions. Node.js's modules use an API designed to reduce the complexity of writing server applications.

Node.js brings event-driven programming to web servers, enabling development of fast web servers in JavaScript. Developers can create highly scalable servers without using threading, by using a simplified model of event-driven programming that uses callbacks to signal the completion of a task. Node.js connects the ease of a scripting language (JavaScript) with the power of Unix network programming.

Note: The data used in the app has been taken from Node.js official website, please let us know incase of any data issues.

Attribution:
© Joyent, Inc. and other Node contributors
Licensed under the MIT License.
Node.js is a trademark of Joyent, Inc.
We are not endorsed by or affiliated with Joyent.

Category : Education

Related searches

Reviews (3)

Ara. Mar 10, 2019     

Excelent app, I was looking for a documentation offline. If possible, I would like it to update to the last version. Thanks you.

RAK. H. Sep 6, 2018     

HTTP.METHODS and other tabs are empty.. incomplete aap

Cra. M. Aug 12, 2018     

Right on the money