Cargando…

MEAN web development /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Haviv, Amos Q. (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2016.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Mi 4500
001 OR_ocn966309493
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |||||||||||
008 160530s2016 enk o 000 0 eng d
040 |a NLE  |b eng  |e rda  |e pn  |c NLE  |d OCLCO  |d IDEBK  |d N$T  |d TEFOD  |d N$T  |d UMI  |d OCLCQ  |d OCLCF  |d EBLCP  |d MERUC  |d REB  |d OCLCQ  |d I8M  |d OCLCQ  |d DEBBG  |d OCLCQ  |d LVT  |d AGLDB  |d G3B  |d IGB  |d STF  |d CNCEN  |d OCLCQ  |d TOH  |d TAC  |d OCLCO  |d OCLCQ 
019 |a 967095196  |a 967729317  |a 1105772860  |a 1235774551  |a 1302698617  |a 1355684730 
020 |a 9781785883675  |q (electronic bk.) 
020 |a 1785883674  |q (electronic bk.) 
020 |z 1785886304 
020 |z 9781785886300 
024 8 |a 9781785886300 
029 1 |a CHNEW  |b 000949273 
029 1 |a CHVBK  |b 483154482 
029 1 |a GBVCP  |b 897169425 
029 1 |a AU@  |b 000067112588 
029 1 |a AU@  |b 000059219553 
035 |a (OCoLC)966309493  |z (OCoLC)967095196  |z (OCoLC)967729317  |z (OCoLC)1105772860  |z (OCoLC)1235774551  |z (OCoLC)1302698617  |z (OCoLC)1355684730 
037 |a 9781785883675  |b Packt Publishing Pvt. Ltd 
037 |a 4D12110E-978C-4465-BACD-B6A61CF36FAC  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.A65 
072 7 |a COM  |x 051230  |2 bisacsh 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Haviv, Amos Q.,  |e author. 
245 1 0 |a MEAN web development /  |c Amos Q. Haviv. 
250 |a Second edition. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
588 0 |a CIP data; resource not viewed. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to MEAN; Three-tier web application development; The evolution of JavaScript; Introduction to ECMAScript 2015; Modules; Classes; Arrow functions; Let and Const; Default, Rest, and Spread; Summary; Introducing MEAN; Installing MongoDB; Installing MongoDB on Windows; Running MongoDB manually; Running MongoDB as a Windows service; Installing MongoDB on Mac OS X and Linux; Installing MongoDB from binaries; Installing MongoDB using a package manager. 
505 8 |a Using the MongoDB shellInstalling Node.js; Installing Node.js on Windows; Installing Node.js on Mac OS X; Installing Node.js on Linux; Running Node.js; Introducing npm; Using npm; The installation process of npm; Managing dependencies using the package.json file; Summary; Chapter 2: Getting Started with Node.js; Introduction to Node.js; io.js and the Node.js foundation; Node.js ES6 support; Node.js LTS support; JavaScript event-driven programming; Node.js event-driven programming; JavaScript Closures; Node modules; CommonJS modules; Node.js core modules; Node.js third-party modules. 
505 8 |a Node.js file modulesNode.js folder modules; Developing Node.js web applications; Meet the Connect module; Connect middleware; Understanding the order of Connect middleware; Mounting Connect middleware; Summary; Chapter 3: Building an Express Web Application; Introducing Express; Installing Express; Creating your first Express application; The application, request, and response objects; The application object; The request object; The response object; External middleware; Implementing the MVC pattern; The application folder structure; Horizontal folder structure; Vertical folder structure. 
505 8 |a File-naming conventionsImplementing the horizontal folder structure; Configuring an Express application; Environment configuration files; Rendering views; Configuring the view system; Rendering EJS views; Serving static files; Configuring sessions; Summary; Chapter 4: Introduction to MongoDB; Introduction to NoSQL; Introducing MongoDB; Key features of MongoDB; The BSON format; MongoDB ad hoc queries; MongoDB indexing; MongoDB replica set; MongoDB sharding; MongoDB 3.0; MongoDB shell; MongoDB databases; MongoDB collections; MongoDB CRUD operations; Creating a new document. 
505 8 |a Creating a document using insert()Creating a document using update(); Creating a document using save(); Reading documents; Finding all the collection documents; Using an equality statement; Using query operators; Building AND/OR queries; Updating existing documents; Updating documents using update(); Updating documents using save(); Deleting documents; Deleting all documents; Summary; Chapter 5: Introduction to Mongoose; Introducing Mongoose; Installing Mongoose; Connecting to MongoDB; Understanding Mongoose schemas; Creating the user schema and model; Registering the User model. 
520 8 |a Annotation  |b Develop your real-time MEAN application efficiently using a combination of MongoDB, Express, Angular, and NodeAbout This Book Construct a fully-functional MEAN application by using its components along with the best third-party modules Harness the power of the JavaScript ecosystem to effectively run, build, and test your MEAN application Gain a deep, practical understanding of real-time web application development through real-world examplesWho This Book Is ForIf you are a JavaScript developer who is interested in building modern web applications using MongoDB, Express, Angular 2, and Node 5.0, then this book is for you. You only need knowledge of JavaScript development. What You Will Learn Use MongoDB to store and retrieve your application's data Connect your Express application to MongoDB and use the Mongoose module Manage your users' authentication and offer them diverse login options using Passport Structure and use an Angular 2 application in your MEAN project Use Socket.io to create real-time communication between your client and server Test your application's Express and Angular 2 entitiesIn DetailThe MEAN stack is a collection of the most popular modern tools for web development that helps you build fast, robust, and maintainable web applications. Starting with the MEAN core frameworks, this pragmatic guide will explain the key concepts of each framework, how to set them up properly, and how to use popular modules to connect it all together. By following the real-world examples shown in this tutorial, you will scaffold your MEAN application architecture, add an authentication layer, and develop an MVC structure to support your project development. You will learn the best practices of maintaining clear and simple code and will see how to avoid common pitfalls. Finally, you will walk through the different tools and frameworks that will help expedite your daily development cycles. Watch how your application development grows by learning from the only guide that is solely orientated towards building a full, end-to-end, real-time application using the MEAN stack!Style and approachThis comprehensive guide covers every part of the MEAN stack, and focuses on the gestalt power of the apps they can create through practical, real-world examples. 
542 |f Copyright © 2016 Packt Publishing 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Application software  |x Development. 
650 0 |a Web applications. 
650 0 |a Internet programming. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Applications Web. 
650 6 |a Programmation Internet. 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a Internet programming.  |2 fast  |0 (OCoLC)fst00977281 
650 7 |a Web applications.  |2 fast  |0 (OCoLC)fst01895855 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785886300/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4755348 
938 |a EBSCOhost  |b EBSC  |n 1430767 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34518404 
994 |a 92  |b IZTAP