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.
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Pub.,
2012.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | A hands on approach to learning Node to equip and guide you in the art of asynchronous server side JavaScript. |
Beschreibung: | "Quick answers to common problems." Includes index. |
Beschreibung: | 1 online resource (iii, 328 pages) : illustrations. |
ISBN: | 9781849517195 1849517193 1283519607 9781283519601 9786613832054 6613832057 |
Zugangseinschränkungen: | Legal Deposit; |
Internformat
MARC
LEADER | 00000cam a2200000Ma 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn808340896 | ||
003 | OCoLC | ||
005 | 20240705115654.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 |d OCLCL | ||
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 | ||
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 | 7 | |a 005.133 |2 23 | |
049 | |a MAIN | ||
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 | |
650 | 0 | |a JavaScript (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96004880 | |
650 | 0 | |a Internet programming. |0 http://id.loc.gov/authorities/subjects/sh96009904 | |
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 | |
758 | |i has work: |a Node cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCY3v8qKWwB74qrjwf88WtC |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 1 | 8 | |w (OCoLC)808340896 |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 1 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=473292 |3 Volltext | |
856 | 1 | |l CBO01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=473292 |3 Volltext | |
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 GEBAY | ||
912 | |a ZDB-4-EBA |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn808340896 |
---|---|
_version_ | 1813903583885656064 |
adam_text | |
any_adam_object | |
author | Clements, David Mark |
author_facet | Clements, David Mark |
author_role | |
author_sort | Clements, David Mark |
author_variant | d m c dm dmc |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.J38 C54 2012eb |
callnumber-search | QA76.73.J38 C54 2012eb |
callnumber-sort | QA 276.73 J38 C54 42012EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Node Cookbook -- Credits -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe -- Free Access for Packt account holders -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- Making a Web Server -- Introduction -- Setting up a router -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Simple multilevel routing -- Parsing the querystring -- Routing modules -- See also. Serving static filesGetting ready -- The favicon gotcha -- See also -- Caching content in memory for immediate delivery -- Reflecting content changes -- Optimizing performance with streaming -- Protecting against process memory overruns -- Securing against filesystem hacking exploits -- Whitelisting -- Node-static -- Exploring the HTTP ObjectIntroduction -- Processing POST data -- Accessing POST data with connect.bodyParser -- Handling file uploads -- Using formidable to accept all POST data -- Preserving filenames with formidable -- Uploading via PUT -- Using Node as an HTTP client -- Sending POST requests -- Multipart file upload as a client -- Implementing download throttling -- Getting ready. How to do it ... How it works ... -- Enabling resumes from broken downloads -- Working with Data Serialization -- Converting an object to JSON and back again -- Constructing JSONP responses -- Security and JSONP -- Converting an object to XML and back again -- Objects containing arrays and functions -- Generating XML attributes -- Text values alongside attribute declarations -- Browser-server transmission via AJAX -- Sending serialized data from client to server -- Working with real data: fetching trending tweets -- Twitter API and the User-Agent header -- Cross referencing Google Hot Trends with Twitter tweets -- Interfacing with Databases -- Writing to a CSV file -- Customizing the CSV elements -- Reading a CSV file -- Manipulating CSV as a stream -- Connecting and sending SQL to a MySQL server. |
ctrlnum | (OCoLC)808340896 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07248cam a2200781Ma 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn808340896</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20240705115654.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cn|||||||||</controlfield><controlfield tag="008">120803s2012 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">E7B</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">E7B</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">YDXCP</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AZK</subfield><subfield code="d">COCUF</subfield><subfield code="d">AGLDB</subfield><subfield code="d">CNNOR</subfield><subfield code="d">MOR</subfield><subfield code="d">Z5A</subfield><subfield code="d">JBG</subfield><subfield code="d">PIFAG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">U3W</subfield><subfield code="d">STF</subfield><subfield code="d">WRM</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VTS</subfield><subfield code="d">NRAMU</subfield><subfield code="d">NLE</subfield><subfield code="d">INT</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">A6Q</subfield><subfield code="d">UKAHL</subfield><subfield code="d">HS0</subfield><subfield code="d">UKCRE</subfield><subfield code="d">VLY</subfield><subfield code="d">AJS</subfield><subfield code="d">NLW</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB6G4510</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018014852</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">961520921</subfield><subfield code="a">962714329</subfield><subfield code="a">974740332</subfield><subfield code="a">974864927</subfield><subfield code="a">981893966</subfield><subfield code="a">988794802</subfield><subfield code="a">991584735</subfield><subfield code="a">1005639545</subfield><subfield code="a">1018075026</subfield><subfield code="a">1041633354</subfield><subfield code="a">1049134731</subfield><subfield code="a">1053404725</subfield><subfield code="a">1083604057</subfield><subfield code="a">1086935195</subfield><subfield code="a">1153530636</subfield><subfield code="a">1162555411</subfield><subfield code="a">1282885219</subfield><subfield code="a">1297646472</subfield><subfield code="a">1297719630</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849517195</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849517193</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781849517188</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1849517185</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1283519607</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781283519601</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9786613832054</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">6613832057</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)808340896</subfield><subfield code="z">(OCoLC)961520921</subfield><subfield code="z">(OCoLC)962714329</subfield><subfield code="z">(OCoLC)974740332</subfield><subfield code="z">(OCoLC)974864927</subfield><subfield code="z">(OCoLC)981893966</subfield><subfield code="z">(OCoLC)988794802</subfield><subfield code="z">(OCoLC)991584735</subfield><subfield code="z">(OCoLC)1005639545</subfield><subfield code="z">(OCoLC)1018075026</subfield><subfield code="z">(OCoLC)1041633354</subfield><subfield code="z">(OCoLC)1049134731</subfield><subfield code="z">(OCoLC)1053404725</subfield><subfield code="z">(OCoLC)1083604057</subfield><subfield code="z">(OCoLC)1086935195</subfield><subfield code="z">(OCoLC)1153530636</subfield><subfield code="z">(OCoLC)1162555411</subfield><subfield code="z">(OCoLC)1282885219</subfield><subfield code="z">(OCoLC)1297646472</subfield><subfield code="z">(OCoLC)1297719630</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781849517195</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.J38</subfield><subfield code="b">C54 2012eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051310</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051280</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051130</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.133</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Clements, David Mark.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Node cookbook :</subfield><subfield code="b">over 50 recipes to master the art of asynchronous server-side JavaScript using Node /</subfield><subfield code="c">David Mark Clements.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Pub.,</subfield><subfield code="c">2012.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (iii, 328 pages) :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">data file</subfield><subfield code="2">rda</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Open source : community experience distilled</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">"Quick answers to common problems."</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2="0"><subfield code="t">Node Cookbook --</subfield><subfield code="t">Node Cookbook --</subfield><subfield code="t">Credits --</subfield><subfield code="t">About the Reviewers --</subfield><subfield code="t">www.PacktPub.com --</subfield><subfield code="t">Support files, eBooks, discount offers and more --</subfield><subfield code="t">Why Subscribe --</subfield><subfield code="t">Free Access for Packt account holders --</subfield><subfield code="t">What this book covers --</subfield><subfield code="t">What you need for this book --</subfield><subfield code="t">Who this book is for --</subfield><subfield code="t">Conventions --</subfield><subfield code="t">Reader feedback --</subfield><subfield code="t">Customer support --</subfield><subfield code="t">Downloading the example code --</subfield><subfield code="t">Errata --</subfield><subfield code="t">Piracy --</subfield><subfield code="t">Questions --</subfield><subfield code="g">1.</subfield><subfield code="t">Making a Web Server --</subfield><subfield code="t">Introduction --</subfield><subfield code="t">Setting up a router --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Simple multilevel routing --</subfield><subfield code="t">Parsing the querystring --</subfield><subfield code="t">Routing modules --</subfield><subfield code="t">See also.</subfield></datafield><datafield tag="505" ind1="0" ind2="0"><subfield code="t">Serving static filesGetting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">The favicon gotcha --</subfield><subfield code="t">See also --</subfield><subfield code="t">Caching content in memory for immediate delivery --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Reflecting content changes --</subfield><subfield code="t">See also --</subfield><subfield code="t">Optimizing performance with streaming --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Protecting against process memory overruns --</subfield><subfield code="t">See also --</subfield><subfield code="t">Securing against filesystem hacking exploits --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Whitelisting --</subfield><subfield code="t">Node-static --</subfield><subfield code="t">See also.</subfield></datafield><datafield tag="505" ind1="0" ind2="0"><subfield code="g">2.</subfield><subfield code="t">Exploring the HTTP ObjectIntroduction --</subfield><subfield code="t">Processing POST data --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Accessing POST data with connect.bodyParser --</subfield><subfield code="t">See also --</subfield><subfield code="t">Handling file uploads --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Using formidable to accept all POST data --</subfield><subfield code="t">Preserving filenames with formidable --</subfield><subfield code="t">Uploading via PUT --</subfield><subfield code="t">See also --</subfield><subfield code="t">Using Node as an HTTP client --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Sending POST requests --</subfield><subfield code="t">Multipart file upload as a client --</subfield><subfield code="t">See also --</subfield><subfield code="t">Implementing download throttling --</subfield><subfield code="t">Getting ready.</subfield></datafield><datafield tag="505" ind1="0" ind2="0"><subfield code="t">How to do it ... How it works ... --</subfield><subfield code="t">Enabling resumes from broken downloads --</subfield><subfield code="t">See also --</subfield><subfield code="g">3.</subfield><subfield code="t">Working with Data Serialization --</subfield><subfield code="t">Introduction --</subfield><subfield code="t">Converting an object to JSON and back again --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Constructing JSONP responses --</subfield><subfield code="t">Security and JSONP --</subfield><subfield code="t">See also --</subfield><subfield code="t">Converting an object to XML and back again --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Objects containing arrays and functions --</subfield><subfield code="t">Generating XML attributes --</subfield><subfield code="t">Text values alongside attribute declarations --</subfield><subfield code="t">See also --</subfield><subfield code="t">Browser-server transmission via AJAX --</subfield><subfield code="t">Getting ready.</subfield></datafield><datafield tag="505" ind1="0" ind2="0"><subfield code="t">How to do it ... How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Sending serialized data from client to server --</subfield><subfield code="t">See also --</subfield><subfield code="t">Working with real data: fetching trending tweets --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">Twitter API and the User-Agent header --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Cross referencing Google Hot Trends with Twitter tweets --</subfield><subfield code="t">See also --</subfield><subfield code="g">4.</subfield><subfield code="t">Interfacing with Databases --</subfield><subfield code="t">Introduction --</subfield><subfield code="t">Writing to a CSV file --</subfield><subfield code="t">Getting ready --</subfield><subfield code="t">How to do it ... --</subfield><subfield code="t">How it works ... --</subfield><subfield code="t">There's more ... --</subfield><subfield code="t">Customizing the CSV elements --</subfield><subfield code="t">Reading a CSV file --</subfield><subfield code="t">Manipulating CSV as a stream --</subfield><subfield code="t">See also --</subfield><subfield code="t">Connecting and sending SQL to a MySQL server.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">A hands on approach to learning Node to equip and guide you in the art of asynchronous server side JavaScript.</subfield></datafield><datafield tag="546" ind1=" " ind2=" "><subfield code="a">English.</subfield></datafield><datafield tag="506" ind1="1" ind2=" "><subfield code="a">Legal Deposit;</subfield><subfield code="c">Only available on premises controlled by the deposit library and to one user at any one time;</subfield><subfield code="e">The Legal Deposit Libraries (Non-Print Works) Regulations (UK).</subfield><subfield code="5">WlAbNL</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">JavaScript (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96004880</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Internet programming.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96009904</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">JavaScript (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Programmation Internet.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">C♯</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">Java.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">Pascal.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Internet programming</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">JavaScript (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Node cookbook (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCY3v8qKWwB74qrjwf88WtC</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="1" ind2="8"><subfield code="w">(OCoLC)808340896</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="1" ind2=" "><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=473292</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="856" ind1="1" ind2=" "><subfield code="l">CBO01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=473292</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH26943864</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10583696</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">473292</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">9458657</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn808340896 |
illustrated | Illustrated |
indexdate | 2024-10-25T16:21:00Z |
institution | BVB |
isbn | 9781849517195 1849517193 1283519607 9781283519601 9786613832054 6613832057 |
language | English |
oclc_num | 808340896 |
open_access_boolean | |
owner | MAIN |
owner_facet | MAIN |
physical | 1 online resource (iii, 328 pages) : illustrations. |
psigel | ZDB-4-EBA |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Packt Pub., |
record_format | marc |
series | Community experience distilled. |
series2 | Open source : community experience distilled |
spelling | Clements, David Mark. Node cookbook : over 50 recipes to master the art of asynchronous server-side JavaScript using Node / David Mark Clements. Birmingham : Packt Pub., 2012. 1 online resource (iii, 328 pages) : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier data file rda Open source : community experience distilled "Quick answers to common problems." Includes index. Node Cookbook -- Node Cookbook -- Credits -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe -- Free Access for Packt account holders -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Making a Web Server -- Introduction -- Setting up a router -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Simple multilevel routing -- Parsing the querystring -- Routing modules -- See also. Serving static filesGetting ready -- How to do it ... -- How it works ... -- There's more ... -- The favicon gotcha -- See also -- Caching content in memory for immediate delivery -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Reflecting content changes -- See also -- Optimizing performance with streaming -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Protecting against process memory overruns -- See also -- Securing against filesystem hacking exploits -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Whitelisting -- Node-static -- See also. 2. Exploring the HTTP ObjectIntroduction -- Processing POST data -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Accessing POST data with connect.bodyParser -- See also -- Handling file uploads -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Using formidable to accept all POST data -- Preserving filenames with formidable -- Uploading via PUT -- See also -- Using Node as an HTTP client -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Sending POST requests -- Multipart file upload as a client -- See also -- Implementing download throttling -- Getting ready. How to do it ... How it works ... -- Enabling resumes from broken downloads -- See also -- 3. Working with Data Serialization -- Introduction -- Converting an object to JSON and back again -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Constructing JSONP responses -- Security and JSONP -- See also -- Converting an object to XML and back again -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Objects containing arrays and functions -- Generating XML attributes -- Text values alongside attribute declarations -- See also -- Browser-server transmission via AJAX -- Getting ready. How to do it ... How it works ... -- There's more ... -- Sending serialized data from client to server -- See also -- Working with real data: fetching trending tweets -- Getting ready -- How to do it ... -- How it works ... -- Twitter API and the User-Agent header -- There's more ... -- Cross referencing Google Hot Trends with Twitter tweets -- See also -- 4. Interfacing with Databases -- Introduction -- Writing to a CSV file -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Customizing the CSV elements -- Reading a CSV file -- Manipulating CSV as a stream -- See also -- Connecting and sending SQL to a MySQL server. A hands on approach to learning Node to equip and guide you in the art of asynchronous server side JavaScript. English. Legal Deposit; Only available on premises controlled by the deposit library and to one user at any one time; The Legal Deposit Libraries (Non-Print Works) Regulations (UK). WlAbNL JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 Internet programming. http://id.loc.gov/authorities/subjects/sh96009904 JavaScript (Langage de programmation) Programmation Internet. COMPUTERS Programming Languages C♯ bisacsh COMPUTERS Programming Languages Java. bisacsh COMPUTERS Programming Languages Pascal. bisacsh Internet programming fast JavaScript (Computer program language) fast has work: Node cookbook (Text) https://id.oclc.org/worldcat/entity/E39PCY3v8qKWwB74qrjwf88WtC https://id.oclc.org/worldcat/ontology/hasWork (OCoLC)808340896 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=473292 Volltext CBO01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=473292 Volltext |
spellingShingle | Clements, David Mark Node cookbook : over 50 recipes to master the art of asynchronous server-side JavaScript using Node / Community experience distilled. Node Cookbook -- Credits -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe -- Free Access for Packt account holders -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- Making a Web Server -- Introduction -- Setting up a router -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Simple multilevel routing -- Parsing the querystring -- Routing modules -- See also. Serving static filesGetting ready -- The favicon gotcha -- See also -- Caching content in memory for immediate delivery -- Reflecting content changes -- Optimizing performance with streaming -- Protecting against process memory overruns -- Securing against filesystem hacking exploits -- Whitelisting -- Node-static -- Exploring the HTTP ObjectIntroduction -- Processing POST data -- Accessing POST data with connect.bodyParser -- Handling file uploads -- Using formidable to accept all POST data -- Preserving filenames with formidable -- Uploading via PUT -- Using Node as an HTTP client -- Sending POST requests -- Multipart file upload as a client -- Implementing download throttling -- Getting ready. How to do it ... How it works ... -- Enabling resumes from broken downloads -- Working with Data Serialization -- Converting an object to JSON and back again -- Constructing JSONP responses -- Security and JSONP -- Converting an object to XML and back again -- Objects containing arrays and functions -- Generating XML attributes -- Text values alongside attribute declarations -- Browser-server transmission via AJAX -- Sending serialized data from client to server -- Working with real data: fetching trending tweets -- Twitter API and the User-Agent header -- Cross referencing Google Hot Trends with Twitter tweets -- Interfacing with Databases -- Writing to a CSV file -- Customizing the CSV elements -- Reading a CSV file -- Manipulating CSV as a stream -- Connecting and sending SQL to a MySQL server. JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 Internet programming. http://id.loc.gov/authorities/subjects/sh96009904 JavaScript (Langage de programmation) Programmation Internet. COMPUTERS Programming Languages C♯ bisacsh COMPUTERS Programming Languages Java. bisacsh COMPUTERS Programming Languages Pascal. bisacsh Internet programming fast JavaScript (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh96004880 http://id.loc.gov/authorities/subjects/sh96009904 |
title | Node cookbook : over 50 recipes to master the art of asynchronous server-side JavaScript using Node / |
title_alt | Node Cookbook -- Credits -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe -- Free Access for Packt account holders -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- Making a Web Server -- Introduction -- Setting up a router -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Simple multilevel routing -- Parsing the querystring -- Routing modules -- See also. Serving static filesGetting ready -- The favicon gotcha -- See also -- Caching content in memory for immediate delivery -- Reflecting content changes -- Optimizing performance with streaming -- Protecting against process memory overruns -- Securing against filesystem hacking exploits -- Whitelisting -- Node-static -- Exploring the HTTP ObjectIntroduction -- Processing POST data -- Accessing POST data with connect.bodyParser -- Handling file uploads -- Using formidable to accept all POST data -- Preserving filenames with formidable -- Uploading via PUT -- Using Node as an HTTP client -- Sending POST requests -- Multipart file upload as a client -- Implementing download throttling -- Getting ready. How to do it ... How it works ... -- Enabling resumes from broken downloads -- Working with Data Serialization -- Converting an object to JSON and back again -- Constructing JSONP responses -- Security and JSONP -- Converting an object to XML and back again -- Objects containing arrays and functions -- Generating XML attributes -- Text values alongside attribute declarations -- Browser-server transmission via AJAX -- Sending serialized data from client to server -- Working with real data: fetching trending tweets -- Twitter API and the User-Agent header -- Cross referencing Google Hot Trends with Twitter tweets -- Interfacing with Databases -- Writing to a CSV file -- Customizing the CSV elements -- Reading a CSV file -- Manipulating CSV as a stream -- Connecting and sending SQL to a MySQL server. |
title_auth | Node cookbook : over 50 recipes to master the art of asynchronous server-side JavaScript using Node / |
title_exact_search | Node cookbook : over 50 recipes to master the art of asynchronous server-side JavaScript using Node / |
title_full | Node cookbook : over 50 recipes to master the art of asynchronous server-side JavaScript using Node / David Mark Clements. |
title_fullStr | Node cookbook : over 50 recipes to master the art of asynchronous server-side JavaScript using Node / David Mark Clements. |
title_full_unstemmed | Node cookbook : over 50 recipes to master the art of asynchronous server-side JavaScript using Node / David Mark Clements. |
title_short | Node cookbook : |
title_sort | node cookbook over 50 recipes to master the art of asynchronous server side javascript using node |
title_sub | over 50 recipes to master the art of asynchronous server-side JavaScript using Node / |
topic | JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 Internet programming. http://id.loc.gov/authorities/subjects/sh96009904 JavaScript (Langage de programmation) Programmation Internet. COMPUTERS Programming Languages C♯ bisacsh COMPUTERS Programming Languages Java. bisacsh COMPUTERS Programming Languages Pascal. bisacsh Internet programming fast JavaScript (Computer program language) fast |
topic_facet | JavaScript (Computer program language) Internet programming. JavaScript (Langage de programmation) Programmation Internet. COMPUTERS Programming Languages C♯ COMPUTERS Programming Languages Java. COMPUTERS Programming Languages Pascal. Internet programming |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=473292 |
work_keys_str_mv | AT clementsdavidmark nodecookbookover50recipestomastertheartofasynchronousserversidejavascriptusingnode |