Node cookbook practical solutions to server-side JavaScript problems

What You Will Learn Debug Node.js programs Write and publish your own Node.js modules Detailed coverage of Node.js core API's Use web frameworks such as Express, Hapi and Koa for accelerated web application development Apply Node.js streams for low-footprint data processing Fast-track performan...

Full description

Bibliographic Details
Main Authors: Clements, David Mark, Buus, Matthias (Author), Collina, Matteo (Author), Elger, Peter (Author)
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing 2017
Edition:Third edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04294nmm a2200481 u 4500
001 EB001937015
003 EBX01000000000000001099917
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781785881244 
050 4 |a QA76.73.J39 
100 1 |a Clements, David Mark 
245 0 0 |a Node cookbook  |b practical solutions to server-side JavaScript problems  |c David Mark Clements, Matthias Buus, Matteo Collina, Peter Elger 
250 |a Third edition 
260 |a Birmingham, UK  |b Packt Publishing  |c 2017 
300 |a 1 volume  |b illustrations 
653 |a Client/server computing / fast 
653 |a JavaScript (Computer program language) / http://id.loc.gov/authorities/subjects/sh96004880 
653 |a Architecture client-serveur (Informatique) 
653 |a Serveurs Web 
653 |a JavaScript (Langage de programmation) 
653 |a Web servers / fast 
653 |a Programmation Internet 
653 |a JavaScript (Computer program language) / fast 
653 |a Internet programming / http://id.loc.gov/authorities/subjects/sh96009904 
653 |a Client/server computing / http://id.loc.gov/authorities/subjects/sh93000502 
653 |a Web servers / http://id.loc.gov/authorities/subjects/sh95009237 
653 |a Internet programming / fast 
700 1 |a Buus, Matthias  |e author 
700 1 |a Collina, Matteo  |e author 
700 1 |a Elger, Peter  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Previous edition published: 2014 
776 |z 1785881248 
776 |z 9781785880087 
776 |z 9781785881244 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785880087/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.2762 
520 |a What You Will Learn Debug Node.js programs Write and publish your own Node.js modules Detailed coverage of Node.js core API's Use web frameworks such as Express, Hapi and Koa for accelerated web application development Apply Node.js streams for low-footprint data processing Fast-track performance knowledge and optimization abilities Persistence strategies, including database integrations with MongoDB, MySQL/MariaDB, Postgres, Redis, and LevelDB Apply critical, essential security concepts Use Node with best-of-breed deployment technologies: Docker, Kubernetes and AWS In Detail Today's web demands efficient real-time applications and scalability. Asynchronous event-driven programming is ideal for this, and this is where Node.js comes in. Server-side JavaScript has been here since the 90s, but Node got it right. With Node for tooling and server-side logic, and a browser-based client-side UI, everything is JavaScript. This leads to rapid, fluid development cycles.  
520 |a Over 60 high-quality recipes covering debugging, security, performance, microservices, web frameworks, databases, deployment and more; rewritten for Node 4, 6, and 8. About This Book Actionable recipes across the full spectrum of Node.js development Cutting edge techniques and tools for measuring and improving performance Best practices for creating readily-scalable production systems Who This Book Is For If you have good knowledge of JavaScript and want to build fast, efficient, scalable client-server solutions, then this book is for you. Some experience with Node.js is assumed to get the most out of this book. If working from a beginner level Node Cookbook 2nd Edition is recommended as a primer for Node Cookbook 3rd Edition.  
520 |a The full-stack, single language experience means less context-switching between languages for developers, architects and whole teams. This book shows you how to build fast, efficient, and scalable client-server solutions using the latest versions of Node. The book begins with debugging tips and tricks of the trade, and how to write your own modules. Then you'll learn the fundamentals of streams in Node.js, discover I/O control, and how to implement the different web protocols. You'll find recipes for integrating databases such as MongoDB, MySQL/MariaDB, Postgres, Redis, and LevelDB. We also cover the options for building web application with Express, Hapi and Koa. You will then learn about security essentials in Node.js and advanced optimization tools and technique ..