- 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.
- Designing Machine Learning Systems with Python
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- Mastering KnockoutJS
- Apache Spark 2.x for Java Developers
- Learning Laravel's Eloquent
- SQL Server數(shù)據(jù)庫(kù)管理與開發(fā)兵書
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Android驅(qū)動(dòng)開發(fā)權(quán)威指南
- Java Hibernate Cookbook
- MATLAB 2020 GUI程序設(shè)計(jì)從入門到精通
- Mastering Wireless Penetration Testing for Highly Secured Environments
- Unity3D高級(jí)編程:主程手記
- Ext JS源碼分析與開發(fā)實(shí)例寶典
- INSTANT Jsoup How-to
- Professional Azure SQL Database Administration