- Mastering JavaScript Promises
- Muzzamil Hussain
- 190字
- 2021-07-16 13:46:45
Google's contributions to JavaScript
Google has made more contributions in evolving, developing, and utilizing of JavaScript than any other organization. It was Google that introduced the V8 engine in its flagship web browser, Chrome. V8 is the backbone engine of the browser, and due to the smart usage of JavaScript, the browser is faster, robust, and adaptable to web and Android devices.
In the year 2009, Node.js arrived based on the same V8 engine as in Chrome. This is the server side of JavaScript, but far more better and advanced than what Netscape had introduced in late 90s. The whole idea of Node.js is to develop nonblocking input/output (I/O) and with few lines of codes, the server can serve up to 20K clients at a given slot of time.
Soon after Node.js, an entire stack of development has been introduced by the name of MEAN stack, which is an acronym of MongoDB, Express.js, Angular.js, and Node.js; where MongoDB is document based, NoSQL is a JavaScript-based database, Express.js is for a presentation layer, Angular.js is for frontend development of an app, and Node.js as the server that runs the entire show.
- Mastering Visual Studio 2017
- PaaS程序設計
- JavaScript Unlocked
- Clojure for Domain:specific Languages
- Java編程技術與項目實戰(第2版)
- 速學Python:程序設計從入門到進階
- 代替VBA!用Python輕松實現Excel編程
- Raspberry Pi Robotic Blueprints
- SQL Server 2012 數據庫應用教程(第3版)
- Python編程入門(第3版)
- VMware vSphere 5.5 Cookbook
- Learning WordPress REST API
- Mastering Node.js
- jMonkeyEngine 3.0 Beginner’s Guide
- PHP從入門到精通(第7版)