Web Development with MongoDB and Node.js
by: Jason Krol
ISBN-10: 1783987308
ISBN-13: 9781783987306
Released: 2014-11-17
Pages: 230
Publisher finelybook 出版社: Packt
Book Description
Node.js and MongoDB are quickly becoming the most popular technologies in the world of full stack JavaScript development. Powered by Google’s V8 JavaScript runtime,Node.js caters to easily building fast,scalable network applications while MongoDB is the perfect fit as a scalable,high-performance,open source NoSQL database solution. Using these two technologies together,web applications can be built quickly and easily and deployed to the cloud with very little difficulty.
This book will enable you to leverage the key features of both MongoDB and Node.js in web and mobile app development. Starting with setting up your development environment,it will guide you through how to write your first Node.js web server application from scratch. Along the way,you will learn about best practices and common mistakes while mastering the core concepts of web development.
What You Will Learn
Set up a development environment and install Node.js and MongoDB
Write and configure a web server using Node.js powered by the Express.js framework
Build dynamic HTML pages using the Handlebars template engine
Persist application data using MongoDB and Mongoose ODM
Create and consume RESTful APIs
Test your code using automated testing tools
Deploy to the cloud using services such as Heroku,Amazon Web Services,and Microsoft Azure
Explore Single Page Application frameworks to take your web applications to the next level