LearnNodeJSin1Day_CompleteNodeJSGuidewit.epub - (EPUB全文下载)
文件大小:4.03 mb。
文件格式:epub 格式。
书籍内容:
Learn NodeJS in 1 Day
By Krishna Rungta
Copyright 2016 - All Rights Reserved – Krishna Rungta
ALL RIGHTS RESERVED.
No part of this publication may be reproduced or transmitted in any form whatsoever, electronic, or mechanical, including photocopying, recording, or by any informational storage or retrieval system without express written, dated and signed permission from the author.
Table Of Content
Chapter 1: Introduction
What is node.js
Why use Node.js
Features of Node.js
When to use and not use Node.js
Chapter 2: Download & Install Node.js
How to install node.js
Installing node through a package manager
Running your first Hello world application in Node.js
Chapter 3: Modules
What are modules in Node.js
Using modules in Node.js
Creating NPM modules
Extending modules
Publishing NPM Modules
Managing third party packages with npm
What is the package.json file
Chapter 4: Create Server and Get Data
Chapter 5: Node.js with Express
What is Express.js
Installing and using Express
What are Routes
Sample Web server using express.js
Chapter 6: Node.js with MongoDB
Node.js and NoSQL Databases
Using MongoDB and Node.js
How to build a node express app with MongoDB to store and serve content
Chapter 7: Promise, Generator, Event and Filestream
What are promises
Callbacks to promises
Generating promises with the BlueBird library
Creating a custom promise
Callbacks vs generators
Filestream in Node.js
Emitting Events
Chapter 8: Testing with Jasmine
Overview of Jasmine for testing Node.js applications
How to use Jasmine to test Node.js applications
Chapter 1: Introduction
The modern web application has really come a long way over the years with the introduction of many popular frameworks such as bootstrap, Angular JS, etc. All of these frameworks are based on the popular JavaScript framework.
But when it came to developing server based applications there was just kind of a void, and this is where Node.js came into the picture.
Node.js is also based on the JavaScript framework, but it is used for developing server-based applications. While going through the entire tutorial, we will look into Node.js in detail and how we can use it to develop server based applications.
What is node.js
Node.js is an open-source, cross-platform runtime environment used for development of server-side web applications. Node.js applications are written in JavaScript and can be run on a wide variety of operating systems.
Node.js is based on an event-driven architecture and a non-blocking Input/Outp ............
书籍插图:
以上为书籍内容预览,如需阅读全文内容请下载EPUB源文件,祝您阅读愉快。
书云 Open E-Library » LearnNodeJSin1Day_CompleteNodeJSGuidewit.epub - (EPUB全文下载)