- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 253字
- 2021-07-08 10:32:33
Preface
With the advent of ECMAscript 6, the usability of Node.JS has a great scope for future and has already been implemented today. The need of learning es6 syntactic sugar and inclusion of most of the cross-technology features inspires different technological communities to learn JavaScript.
The high performance and scalability of Node.js and open source NoSQL database solution called MongoDB cater to building fast, scalable network applications easily. This combination makes managing any form of data easy and ensures its delivery speed.
This book aims to provide different facets of web application development with Node.JS and MongoDB that is used to build an isomorphic server-side rendering web application. This books also guides us in creating a configurable Node.JS server using hapi.js and learning to develop a single-page frontend app using Angular 4.
This book will begin by introducing you to the groundwork needed to set up the development environment and a comparative study on how the new ECMAscript is different from the traditional JavaScript. Once the base is ready, we will quickly run through the steps necessary to get the main application server up and running and to learn the Node.JS core.
Further, we will move toward advanced coding techniques using controllers and ViewModels to generate reusable code that reduces development time. The development ends with learning proper testing concepts and how to automate them for reusability and maintainability.
By the end of the book, you will be connected with JavaScript ecosystem and will go through the trendy JavaScript frontend and backend frameworks.
- 基于粒計算模型的圖像處理
- x86匯編語言:從實模式到保護模式(第2版)
- Learn WebAssembly
- Asynchronous Android Programming(Second Edition)
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Mobile Device Exploitation Cookbook
- Internet of Things with ESP8266
- Webpack實戰:入門、進階與調優(第2版)
- Scala編程實戰
- C/C++代碼調試的藝術(第2版)
- 軟技能2:軟件開發者職業生涯指南
- Spring Boot 3:入門與應用實戰
- C# 10核心技術指南
- Unity3D高級編程:主程手記
- Yii框架深度剖析