𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Node.js in Action

✍ Scribed by Mike Cantelon, Marc Harter, TJ Holowaychuk, Nathan Rajlich


Publisher
Manning Publications
Year
2013
Tongue
English
Leaves
416
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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

✦ Subjects


Π‘ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°;ΠšΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½Π°Ρ Π»ΠΈΡ‚Π΅Ρ€Π°Ρ‚ΡƒΡ€Π°;Node.js;


πŸ“œ SIMILAR VOLUMES


Node.js in Action
✍ Alex Young, Bradley Meck, Mike Cantelon πŸ“‚ Library πŸ“… 2017 πŸ› Manning Publications 🌐 English

Node.js in Action, Second Edition is a thoroughly revised book based on the best-selling first edition. It starts at square one and guides you through all the features, techniques, and concepts you'll need to build production-quality Node applications.

Node.js in Action
✍ Alex R. Young, Bradley Meck, Mike Cantelon, Tim Oxley, Marc Harter, TJ Holowaych πŸ“‚ Library πŸ“… 2017 πŸ› Manning Publications 🌐 English

<b>Summary</b> <i>Node.js in Action, Second Edition</i> is a thoroughly revised book based on the best-selling first edition. It starts at square one and guides you through all the features, techniques, and concepts you'll need to build production-quality Node applications. Purchase of the pr

Node.js in Action
✍ Alex Young, Bradley Meck, Mike Cantelon πŸ“‚ Library πŸ“… 2018 πŸ› Manning Pubns Co 🌐 English

<div><p><b>Summary</b></p><p><i>Node.js in Action, Second Edition</i> is a thoroughly revised book based on the best-selling first edition. It starts at square one and guides you through all the features, techniques, and concepts you'll need to build production-quality Node applications. </p><p>Purc

Node.js in Action
✍ Mike Cantelon, Marc Harter, TJ Holowaychuk, Nathan Rajlich πŸ“‚ Library πŸ“… 2013 πŸ› Manning Publications 🌐 English
Node.js in Action
✍ Mike Cantelon, Marc Harter, T.J. Holowaychuk, Nathan Rajlich πŸ“‚ Library πŸ“… 2013 πŸ› Manning 🌐 English
Node.js in Action
✍ Mike Cantelon, Marc Harter, TJ Holowaychuk, Nathan Rajlich πŸ“‚ Library πŸ“… 2014 πŸ› Manning Publications 🌐 English

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 its java