Cargando…

Pro Express.js /

Pro Express.js is for the reader who wants to quickly get up-to-speed with Express.js, the flexible Node.js framework. Author Azat Mardan clearly explains how to start developing with Express.js with a basic 'Hello World', and then delves into a deep API reference, before looking at common...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mardan, Azat (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2014.
Colección:Expert's voice in Web development.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn899211324
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150105s2014 caua o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d GW5XE  |d N$T  |d YDXCP  |d UPM  |d COO  |d UMI  |d OCLCF  |d B24X7  |d IDEBK  |d DEBBG  |d E7B  |d EBLCP  |d OCLCQ  |d UAB  |d Z5A  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d VT2  |d IOG  |d OCLCO  |d REB  |d CEF  |d DEHBZ  |d OCLCQ  |d OCLCO  |d INT  |d MFS  |d U3W  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d OCLCQ  |d OCLCO  |d UKMGB  |d UKAHL  |d OCLCQ  |d OCLCO  |d DCT  |d ERF  |d OCLCQ  |d WURST  |d BRF  |d INARC  |d OCLCO  |d OCLCQ  |d OCLCO  |d SMC 
015 |a GBB953661  |2 bnb 
016 7 |a 019302709  |2 Uk 
019 |a 900883024  |a 903954406  |a 908082969  |a 1005807103  |a 1048150390  |a 1066666493  |a 1086544549  |a 1110828628  |a 1112508172  |a 1129354895  |a 1153036645  |a 1192338796  |a 1240513631  |a 1397502092 
020 |a 9781484200377  |q (electronic bk.) 
020 |a 1484200373  |q (electronic bk.) 
020 |a 1484200381  |q (print) 
020 |a 9781484200384  |q (print) 
020 |a 9783658069896 
020 |a 3658069899 
020 |z 9781484200384 
024 7 |a 10.1007/978-1-4842-0037-7  |2 doi 
029 1 |a AU@  |b 000055220449 
029 1 |a DEBBG  |b BV042491003 
029 1 |a DEBBG  |b BV043617705 
029 1 |a DEBSZ  |b 434841803 
029 1 |a GBVCP  |b 882845144 
029 1 |a NLGGC  |b 387315039 
029 1 |a UKMGB  |b 019302709 
035 |a (OCoLC)899211324  |z (OCoLC)900883024  |z (OCoLC)903954406  |z (OCoLC)908082969  |z (OCoLC)1005807103  |z (OCoLC)1048150390  |z (OCoLC)1066666493  |z (OCoLC)1086544549  |z (OCoLC)1110828628  |z (OCoLC)1112508172  |z (OCoLC)1129354895  |z (OCoLC)1153036645  |z (OCoLC)1192338796  |z (OCoLC)1240513631  |z (OCoLC)1397502092 
037 |a CL0500000540  |b Safari Books Online 
050 4 |a QA76.76.A65 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Mardan, Azat,  |e author. 
245 1 0 |a Pro Express.js /  |c Azat Mardan. 
264 1 |a Berkeley, CA :  |b Apress,  |c 2014. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c Ã2014 
300 |a 1 online resource (xxii, 372 pages) :  |b illustrations 
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  |b PDF  |2 rda 
490 1 |a The expert's voice in web development 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed January 9, 2015). 
520 |a Pro Express.js is for the reader who wants to quickly get up-to-speed with Express.js, the flexible Node.js framework. Author Azat Mardan clearly explains how to start developing with Express.js with a basic 'Hello World', and then delves into a deep API reference, before looking at common and abstract development problems. Lastly, you will learn how to build a series of real-world apps in order to cement your knowledge. In order to get the best from this book, you will be familiar with Node.js scripts and able to install packages using npm. In the deep API reference, each aspect of the Express.js API is explained clearly with a simple exercise to demonstrate its usage. This includes configuration, settings and environments; different middleware and its uses; templating engines; extracting parameters and routing; request and response; error handling; and running an app. In the next part you'll delve into abstraction, streams, authentication, multithreading, Socket.io, security, and more complex modules. You will also learn about smaller frameworks built using Express.js, such as Sails.js, and Derby. Finally you'll build real-world apps including a REST API, Todo App, and Instagram gallery. Express.js is used by a range of well-known companies such as MySpace and Storify, and it's becoming more and more likely that it'll be a required skill for new developers. With this book you can skip learning via complicated documentation, and get the information from a developer who's been using Express.js for long enough to explain things well. Add Pro Express.js to your library today. 
505 0 |a Starting with Express.js -- Hello world example -- Configuration, settings, and environments --Working with Middleware -- Template engines and Consolidate.js -- Parameters and routing -- Express.js request object -- Express.js response object -- Error handling and running an app -- Abstraction -- Database, keys and stream tips -- Redis and authentication patterns -- Multithreading with clusters -- Applying stylus, less, and sass -- Security tips -- Socket. IO and Express.js -- Domain and Express.js -- Sails.js, DerbyJS, LoopBack, and other frameworks -- Instagram gallery -- Todo app --REST API -- HackHall -- Related reading and resources -- Migrating Express.js 3.x to 4.x: Middleware, route, and other changes -- Express.js 4 cheat sheet -- ExpressWorks. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Node.js. 
630 0 7 |a Node.js  |2 fast 
650 0 |a Web applications. 
650 0 |a JavaScript (Computer program language) 
650 6 |a Applications Web. 
650 6 |a JavaScript (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web applications  |2 fast 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
776 0 8 |i Printed edition:  |z 9781484200384 
830 0 |a Expert's voice in Web development. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484200377/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n proexpressjs0000mard 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29490578 
938 |a Books 24x7  |b B247  |n bks00078458 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1964898 
938 |a ebrary  |b EBRY  |n ebr11003569 
938 |a EBSCOhost  |b EBSC  |n 933660 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis30422248 
938 |a YBP Library Services  |b YANK  |n 12227253 
938 |a YBP Library Services  |b YANK  |n 12231058 
994 |a 92  |b IZTAP