- 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.
- Java逍遙游記
- PHP 7底層設計與源碼實現
- Learning Flask Framework
- Android Application Development Cookbook(Second Edition)
- The React Workshop
- Learning ArcGIS Pro
- Mastering JavaScript Design Patterns(Second Edition)
- Tableau 10 Bootcamp
- Getting Started with React Native
- AutoCAD 2009實訓指導
- Building Wireless Sensor Networks Using Arduino
- Learning Ionic
- Python Linux系統管理與自動化運維
- Learning Cocos2d-JS Game Development
- Monitoring Docker