Cargando…

Building APIs with Node.js /

This quick guide teaches you how to build scalable APIs using the Node.js platform and ES6 (EcmaScript 2015). Developing systems for the wide range of devices available in the modern world requires the construction of APIs designed to work only with data in a centralized manner, allowing client-side...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pereira, Caio Ribeiro (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [United States] : Apress, [2016]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn965904338
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 161214s2016 xxu o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d IDEBK  |d EBLCP  |d GW5XE  |d IDB  |d AZU  |d ESU  |d YDX  |d UAB  |d N$T  |d UPM  |d OCLCQ  |d OCLCF  |d COO  |d IOG  |d UMI  |d STF  |d VT2  |d S4S  |d IAD  |d JBG  |d ICW  |d ILO  |d K6U  |d ICN  |d MERUC  |d OTZ  |d LIV  |d OCLCQ  |d OCLCO  |d U3W  |d REB  |d D6H  |d VVB  |d CEF  |d KSU  |d EZ9  |d DEBBG  |d ESEHU  |d AU@  |d WYU  |d UKMGB  |d AUD  |d LEAUB  |d CNCEN  |d G3B  |d ERF  |d UKBTH  |d UHL  |d OCLCQ  |d UBY  |d OCLCO  |d UKAHL  |d SRU  |d MERER  |d OCLCQ  |d BRF  |d OCLCO  |d OCLCQ 
015 |a GBB8M4500  |2 bnb 
016 7 |a 019139990  |2 Uk 
019 |a 966393075  |a 971059376  |a 972352103  |a 981113119  |a 988676387  |a 1005757183  |a 1008959861  |a 1011792323  |a 1048231834  |a 1058731646  |a 1066681956  |a 1086545692  |a 1097136817  |a 1103261420 
020 |a 9781484224427  |q (electronic bk.) 
020 |a 1484224426  |q (electronic bk.) 
020 |z 9781484224410  |q (print) 
020 |z 1484224418 
024 7 |a 10.1007/978-1-4842-2442-7  |2 doi 
029 1 |a AU@  |b 000059505218 
029 1 |a CHNEW  |b 000913599 
029 1 |a CHVBK  |b 436872722 
029 1 |a DKDLA  |b 820120-katalog:999921617605765 
029 1 |a GBVCP  |b 897166426 
029 1 |a UKMGB  |b 019139990 
035 |a (OCoLC)965904338  |z (OCoLC)966393075  |z (OCoLC)971059376  |z (OCoLC)972352103  |z (OCoLC)981113119  |z (OCoLC)988676387  |z (OCoLC)1005757183  |z (OCoLC)1008959861  |z (OCoLC)1011792323  |z (OCoLC)1048231834  |z (OCoLC)1058731646  |z (OCoLC)1066681956  |z (OCoLC)1086545692  |z (OCoLC)1097136817  |z (OCoLC)1103261420 
037 |a CL0500000830  |b Safari Books Online 
050 4 |a QA76.76.A63 
072 7 |a COM  |x 060180  |2 bisacsh 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Pereira, Caio Ribeiro,  |e author. 
245 1 0 |a Building APIs with Node.js /  |c Caio Ribeiro Pereira. 
264 1 |a [United States] :  |b Apress,  |c [2016] 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |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 
347 |b PDF 
505 0 |a At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Introduction to Node.js; What Is Node.js?; Main Features; Single-Thread Architecture; Event-Loop; Why Do I Need to Learn Node.js?; Conclusion; Chapter 2: Setting Up the Environment; Node.js Standard Installation; About io.js and Node.js Merge; Node.js Installation Via NVM; Set Up NVM; Top NVM Commands; Installing Node.js Via NVM; Conclusion; Chapter 3: Managing Modules with NPM; What Does NPM Do?; Top NPM Commands; Understanding the package.json File; NPM Task Automation. 
505 8 |a ConclusionChapter 4: Building an API; Introduction to Express; Getting Started on the Pilot Project; Pilot Project Source Code; Implementing a Simple and Static Resource; Arranging the Loading of Modules; Conclusion; Chapter 5: Working with SQL Databases; Setting Up Sequelize; Creating Models; Model: Tasks; Model: Users; Conclusion; Chapter 6: CRUDify API Resources; Organizing Task Routes; Listing Tasks Via GET; About HTTP Status; Creating Tasks Via POST; Finding a Task Via GET; Updating a Task Via PUT; Deleting a Task Via DELETE; Refactoring Some Middlewares; Creating Users' Endpoints. 
505 8 |a Testing Endpoint Access Using PostmanConclusion; Chapter 7: Authenticating Users; Introduction to Passport.js and JWT; About Passport.js; About JWT; Installing Passport and JWT; Implementing JWT Authentication; Generating Tokens for Authenticated Users; Conclusion; Chapter 8: Testing the Application: Part 1; Setting Up the Test Environment; Writing the First Test; Testing the Authentication Endpoint; Conclusion; Chapter 9: Testing the Application: Part 2; Testing a Task's Endpoints; Testing a User's Endpoints; Conclusion; Chapter 10: Documenting the API; Introduction to ApiDoc.js. 
505 8 |a Documenting Token GenerationDocumenting User Resource; Documenting Tasks Resource; Conclusion; Chapter 11: Preparing the Production Environment; Enabling CORS in the API; A Bit More About CORS; Generating Logs; Configuring Parallel Processing Using Cluster Module; Developing Clusters; Compacting Requests Using GZIP Middleware; Installing SSL Support to Use HTTPS; Armoring the API with Helmet; Conclusion; Chapter 12: Building the Client-Side App: Part 1; Setting Up the App Environment; Creating Sign-in and Signup Views; Writing Sign-in and Signup Components; Conclusion. 
505 8 |a Chapter 13: Building the Client-Side App: Part 2Views and Components for Task's CRUD; Views and Components for Logged Users; Creating the Main Menu; Treating All Screen Events; Conclusion; Index. 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed January 17, 2017). 
520 |a This quick guide teaches you how to build scalable APIs using the Node.js platform and ES6 (EcmaScript 2015). Developing systems for the wide range of devices available in the modern world requires the construction of APIs designed to work only with data in a centralized manner, allowing client-side applications to be developed separately and have a unique interface for the final user. Node.js has proven itself to be an excellent platform for building REST APIs because of its single-thread architecture. It has a low learning curve and can be understood by anyone who has a basic understanding of the JavaScript language. Use Building APIs with Node.js today to understand how Node.js APIs work, and how you can build your own. 
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  |0 (OCoLC)fst01915815 
650 0 |a Application program interfaces (Computer software) 
650 6 |a Interfaces de programmation d'applications. 
650 7 |a APIs (interfaces)  |2 aat 
650 7 |a Web programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Web  |x Web Services & APIs.  |2 bisacsh 
650 7 |a Application program interfaces (Computer software)  |2 fast  |0 (OCoLC)fst00811704 
776 0 8 |i Printed edition:  |z 9781484224410 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484224427/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH32378243 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4768855 
938 |a EBSCOhost  |b EBSC  |n 1383952 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis37213645 
938 |a YBP Library Services  |b YANK  |n 13301544 
994 |a 92  |b IZTAP