Cargando…

Node cookbook : over 50 recipes to master the art of asynchronous server-side JavaScript using Node /

A hands on approach to learning Node to equip and guide you in the art of asynchronous server side JavaScript.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Clements, David Mark
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ma 4500
001 EBSCO_ocn808340896
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 120803s2012 enka o 001 0 eng d
040 |a E7B  |b eng  |e pn  |c E7B  |d OCLCO  |d N$T  |d OCLCF  |d YDXCP  |d OCLCQ  |d AZK  |d COCUF  |d AGLDB  |d CNNOR  |d MOR  |d Z5A  |d JBG  |d PIFAG  |d OCLCQ  |d U3W  |d STF  |d WRM  |d OCLCQ  |d VTS  |d NRAMU  |d NLE  |d INT  |d UKMGB  |d OCLCQ  |d A6Q  |d UKAHL  |d HS0  |d UKCRE  |d VLY  |d AJS  |d NLW  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB6G4510  |2 bnb 
016 7 |a 018014852  |2 Uk 
019 |a 961520921  |a 962714329  |a 974740332  |a 974864927  |a 981893966  |a 988794802  |a 991584735  |a 1005639545  |a 1018075026  |a 1041633354  |a 1049134731  |a 1053404725  |a 1083604057  |a 1086935195  |a 1153530636  |a 1162555411  |a 1282885219  |a 1297646472  |a 1297719630 
020 |a 9781849517195  |q (electronic bk.) 
020 |a 1849517193  |q (electronic bk.) 
020 |z 9781849517188 
020 |z 1849517185 
020 |a 1283519607 
020 |a 9781283519601 
020 |a 9786613832054 
020 |a 6613832057 
029 1 |a AU@  |b 000054189297 
029 1 |a CHNEW  |b 000619471 
029 1 |a DEBBG  |b BV043104936 
029 1 |a DEBSZ  |b 421372214 
029 1 |a NZ1  |b 14926863 
029 1 |a UKMGB  |b 018014852 
029 1 |a AU@  |b 000067105350 
035 |a (OCoLC)808340896  |z (OCoLC)961520921  |z (OCoLC)962714329  |z (OCoLC)974740332  |z (OCoLC)974864927  |z (OCoLC)981893966  |z (OCoLC)988794802  |z (OCoLC)991584735  |z (OCoLC)1005639545  |z (OCoLC)1018075026  |z (OCoLC)1041633354  |z (OCoLC)1049134731  |z (OCoLC)1053404725  |z (OCoLC)1083604057  |z (OCoLC)1086935195  |z (OCoLC)1153530636  |z (OCoLC)1162555411  |z (OCoLC)1282885219  |z (OCoLC)1297646472  |z (OCoLC)1297719630 
037 |a 9781849517195  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.73.J38  |b C54 2012eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Clements, David Mark. 
245 1 0 |a Node cookbook :  |b over 50 recipes to master the art of asynchronous server-side JavaScript using Node /  |c David Mark Clements. 
260 |a Birmingham :  |b Packt Pub.,  |c 2012. 
300 |a 1 online resource (iii, 328 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 data file  |2 rda 
490 1 |a Open source : community experience distilled 
500 |a "Quick answers to common problems." 
500 |a Includes index. 
505 0 0 |t Node Cookbook --  |t Node Cookbook --  |t Credits --  |t About the Reviewers --  |t www.PacktPub.com --  |t Support files, eBooks, discount offers and more --  |t Why Subscribe --  |t Free Access for Packt account holders --  |t What this book covers --  |t What you need for this book --  |t Who this book is for --  |t Conventions --  |t Reader feedback --  |t Customer support --  |t Downloading the example code --  |t Errata --  |t Piracy --  |t Questions --  |g 1.  |t Making a Web Server --  |t Introduction --  |t Setting up a router --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t Simple multilevel routing --  |t Parsing the querystring --  |t Routing modules --  |t See also. 
505 0 0 |t Serving static filesGetting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t The favicon gotcha --  |t See also --  |t Caching content in memory for immediate delivery --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t Reflecting content changes --  |t See also --  |t Optimizing performance with streaming --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t Protecting against process memory overruns --  |t See also --  |t Securing against filesystem hacking exploits --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t Whitelisting --  |t Node-static --  |t See also. 
505 0 0 |g 2.  |t Exploring the HTTP ObjectIntroduction --  |t Processing POST data --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t Accessing POST data with connect.bodyParser --  |t See also --  |t Handling file uploads --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t Using formidable to accept all POST data --  |t Preserving filenames with formidable --  |t Uploading via PUT --  |t See also --  |t Using Node as an HTTP client --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t Sending POST requests --  |t Multipart file upload as a client --  |t See also --  |t Implementing download throttling --  |t Getting ready. 
505 0 0 |t How to do it ... How it works ... --  |t Enabling resumes from broken downloads --  |t See also --  |g 3.  |t Working with Data Serialization --  |t Introduction --  |t Converting an object to JSON and back again --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t Constructing JSONP responses --  |t Security and JSONP --  |t See also --  |t Converting an object to XML and back again --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t Objects containing arrays and functions --  |t Generating XML attributes --  |t Text values alongside attribute declarations --  |t See also --  |t Browser-server transmission via AJAX --  |t Getting ready. 
505 0 0 |t How to do it ... How it works ... --  |t There's more ... --  |t Sending serialized data from client to server --  |t See also --  |t Working with real data: fetching trending tweets --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t Twitter API and the User-Agent header --  |t There's more ... --  |t Cross referencing Google Hot Trends with Twitter tweets --  |t See also --  |g 4.  |t Interfacing with Databases --  |t Introduction --  |t Writing to a CSV file --  |t Getting ready --  |t How to do it ... --  |t How it works ... --  |t There's more ... --  |t Customizing the CSV elements --  |t Reading a CSV file --  |t Manipulating CSV as a stream --  |t See also --  |t Connecting and sending SQL to a MySQL server. 
520 |a A hands on approach to learning Node to equip and guide you in the art of asynchronous server side JavaScript. 
546 |a English. 
506 1 |a Legal Deposit;  |c Only available on premises controlled by the deposit library and to one user at any one time;  |e The Legal Deposit Libraries (Non-Print Works) Regulations (UK).  |5 WlAbNL 
540 |a Restricted: Printing from this resource is governed by The Legal Deposit Libraries (Non-Print Works) Regulations (UK) and UK copyright law currently in force.  |5 WlAbNL 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a JavaScript (Computer program language) 
650 0 |a Internet programming. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Programmation Internet. 
650 7 |a COMPUTERS  |x Programming Languages  |x CÄ  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a Internet programming  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
776 1 8 |w (OCoLC)808340896 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=473292  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943864 
938 |a ebrary  |b EBRY  |n ebr10583696 
938 |a EBSCOhost  |b EBSC  |n 473292 
938 |a YBP Library Services  |b YANK  |n 9458657 
994 |a 92  |b IZTAP