Articoli correlati a Node.js in Action + EBook

Node.js in Action + EBook - Brossura

 
9781617290572: Node.js in Action + EBook

Sinossi

Summary

Node.js in Action is an example-driven tutorial that starts at square one and guides you through all the features, techniques, and concepts you'll need to build production-quality Node applications. You'll start by learning how to set up your Node development environment, including loading the community-created extensions. Next, you'll run several simple demonstration programs where you'll learn the basics of a few common types of Node applications. Then you'll dive into asynchronous programming, a model Node leverages to lessen application bottlenecks.

About this Book

JavaScript on the server? You bet. Node.js is a JavaScript server capable of supporting scalable, high-performance web applications. Using asynchronous I/O, the server can do more than one thing at a time, a key requirement for real-time apps like chat, games, and live statistics. And since it's JavaScript, you use the same language end to end.

Node.js in Action shows you how to build production-quality applications. Clear introductions of key concepts and example-by-example coverage take you from setup to deployment. You'll dive into asynchronous programming, data storage, and output templating, and interact with the filesystem to create non-HTTP applications like TCP/IP servers and command-line tools. Perfect for a web developer transitioning from Rails, Django, or PHP. Requires basic knowledge of JavaScript. No prior experience with Node.js needed.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

What's Inside

  • Set up Node and extensions
  • Grok asynchronous programming and the event loop
  • Examples including microblogging, IM, games, and more

About the Authors

As skilled practitioners, expert teachers and trainers, and contributors to the core framework, authors Mike Cantelon, Marc Harter, T.J. Holowaychuk, and Nathan Rajlich represent the best of the Node.js development community.

Table of Contents

    PART 1 NODE FUNDAMENTALS
  1. Welcome to Node.js
  2. Building a multiroom chat application
  3. Node programming fundamentals
  4. PART 2 WEB APPLICATION DEVELOPMENT WITH NODE
  5. Building Node web applications
  6. Storing Node application data
  7. Connect
  8. Connect's built-in middleware
  9. Express
  10. Advanced Express
  11. Testing Node applications
  12. Web application templating
  13. PART 3 GOING FURTHER WITH NODE
  14. Deploying Node applications and maintaining uptime
  15. Beyond web servers
  16. The Node ecosystem

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

Informazioni sull?autore

Mike Cantelon is a web programmer with 10 years of experience in bespoke and product-oriented web application development

Marc Harter is a passionate JavaScript developer with deep experience in event-style programming. He works daily on large scale projects including high availability real-time applications, streaming interfaces, and other data intensive systems.

T.J. Holowaychuk is a prolific open-source engineer who has backed Node since its infancy. He has also authored many robust Node.js modules, including the popular Express web framework, Cluster, Stylus, and Jade, among many others.

Nathan Rajlich is an active Node developer who has been working with Node since its early days. He has authored an impressive collection of Node modules including NodObjC and maintains a port of Node that runs on Apple's iOS.

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

Compra usato

Condizioni: buono
Ships from the UK. Used book that...
Visualizza questo articolo

EUR 5,78 per la spedizione da Regno Unito a Italia

Destinazione, tempi e costi

EUR 25,68 per la spedizione da U.S.A. a Italia

Destinazione, tempi e costi

Risultati della ricerca per Node.js in Action + EBook

Foto dell'editore

Holowaychuk, T. J., Rajlich, Nathan, Harter, Marc, Cantelon, Mike
ISBN 10: 1617290572 ISBN 13: 9781617290572
Antico o usato Brossura

Da: Better World Books Ltd, Dunfermline, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Good. Ships from the UK. Used book that is in clean, average condition without any missing pages. Codice articolo 8943983-6

Contatta il venditore

Compra usato

EUR 3,98
Convertire valuta
Spese di spedizione: EUR 5,78
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

-
Editore: - -, 2013
ISBN 10: 1617290572 ISBN 13: 9781617290572
Antico o usato Paperback

Da: Bahamut Media, Reading, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Very Good. This book is in very good condition and will be shipped within 24 hours of ordering. The cover may have some limited signs of wear but the pages are clean, intact and the spine remains undamaged. This book has clearly been well maintained and looked after thus far. Money back guarantee if you are not satisfied. See all our books here, order more than 1 book and get discounted shipping. Codice articolo 6545-9781617290572

Contatta il venditore

Compra usato

EUR 5,53
Convertire valuta
Spese di spedizione: EUR 8,66
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

-
Editore: -, 2013
ISBN 10: 1617290572 ISBN 13: 9781617290572
Antico o usato Paperback

Da: AwesomeBooks, Wallingford, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Very Good. Node.js in Action This book is in very good condition and will be shipped within 24 hours of ordering. The cover may have some limited signs of wear but the pages are clean, intact and the spine remains undamaged. This book has clearly been well maintained and looked after thus far. Money back guarantee if you are not satisfied. See all our books here, order more than 1 book and get discounted shipping. Codice articolo 7719-9781617290572

Contatta il venditore

Compra usato

EUR 5,53
Convertire valuta
Spese di spedizione: EUR 8,66
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Mike Cantelon
ISBN 10: 1617290572 ISBN 13: 9781617290572
Antico o usato Paperback

Da: WorldofBooks, Goring-By-Sea, WS, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Very Good. Simplifies web application development Outlines valuable online resources Teaches Node.js from the ground up Node.js is an elegant server-side JavaScript development environment perfect for scalable, high-performance web applications. Node allows developers to access HTTP and general TCP/IP functionality using a minimalist server-side JavaScript interface. Node.js in Action is an example-driven tutorial that starts at square one and goes through all the features, techniques, and concepts needed to build production-quality Node applications. First it shows how to set up a Node development environment and the community-created extensions. Then it runs through some simple demonstration programs and introduces asynchronous programming, a requirement for real-time applications such as chat, online games, and live statistics. It also shows how to create serious web applications using Node |s HTTP API and introduces community frameworks that make web development easier and faster. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. Codice articolo GOR006476395

Contatta il venditore

Compra usato

EUR 5,24
Convertire valuta
Spese di spedizione: EUR 10,41
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 2 disponibili

Aggiungi al carrello

Foto dell'editore

Mike Cantelon; Marc Harter; TJ Holowaychuk; Nathan Rajlich
Editore: Manning Publications, 2013
ISBN 10: 1617290572 ISBN 13: 9781617290572
Antico o usato Paperback

Da: ThriftBooks-Atlanta, AUSTELL, GA, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Very Good. No Jacket. Former library book; May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.63. Codice articolo G1617290572I4N10

Contatta il venditore

Compra usato

EUR 6,86
Convertire valuta
Spese di spedizione: EUR 10,48
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Mike Cantelon; Marc Harter; TJ Holowaychuk; Nathan Rajlich
Editore: Manning Publications, 2013
ISBN 10: 1617290572 ISBN 13: 9781617290572
Antico o usato Paperback

Da: ThriftBooks-Atlanta, AUSTELL, GA, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.63. Codice articolo G1617290572I4N00

Contatta il venditore

Compra usato

EUR 6,86
Convertire valuta
Spese di spedizione: EUR 10,48
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Mike Cantelon; Marc Harter; TJ Holowaychuk; Nathan Rajlich
Editore: Manning Publications, 2013
ISBN 10: 1617290572 ISBN 13: 9781617290572
Antico o usato Paperback

Da: ThriftBooks-Dallas, Dallas, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Very Good. No Jacket. Former library book; May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.63. Codice articolo G1617290572I4N10

Contatta il venditore

Compra usato

EUR 6,86
Convertire valuta
Spese di spedizione: EUR 10,48
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Holowaychuk, T. J., Rajlich, Nathan, Harter, Marc, Cantelon, Mike
ISBN 10: 1617290572 ISBN 13: 9781617290572
Antico o usato Brossura

Da: Better World Books: West, Reno, NV, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Good. Used book that is in clean, average condition without any missing pages. Codice articolo 8943983-6

Contatta il venditore

Compra usato

EUR 9,25
Convertire valuta
Spese di spedizione: EUR 17,71
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 2 disponibili

Aggiungi al carrello

Foto dell'editore

Holowaychuk, T. J., Rajlich, Nathan, Harter, Marc, Cantelon, Mike
ISBN 10: 1617290572 ISBN 13: 9781617290572
Antico o usato Brossura

Da: Better World Books: West, Reno, NV, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Very Good. Used book that is in excellent condition. May show signs of wear or have minor defects. Codice articolo 14318744-6

Contatta il venditore

Compra usato

EUR 9,25
Convertire valuta
Spese di spedizione: EUR 17,71
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Cantelon, Mike, Harter, Marc, Holowaychuk, TJ, Rajlich, Nathan
Editore: Manning Publications, 2013
ISBN 10: 1617290572 ISBN 13: 9781617290572
Antico o usato Brossura

Da: Wonder Book, Frederick, MD, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Good. Good condition. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains. Codice articolo P11F-01008

Contatta il venditore

Compra usato

EUR 5,85
Convertire valuta
Spese di spedizione: EUR 21,40
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Vedi altre 8 copie di questo libro

Vedi tutti i risultati per questo libro