下载 APKPure App
可在安卓获取Node.js Reference的历史版本
此应用程序包含所有主要版本的Node.js API文档。
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.
Last updated on 2018年10月27日
Initial Release
Node.js Reference
1.0.0 by sindhavah
2018年10月27日