Поиск книг, людей и списков
Read This Twice
ГлавнаяЛюдиКнигиSonaБиблиотекиВойти

Лучшие книги по Node.js

Оставайтесь впереди в игре веб-разработки с самыми высокооцененными книгами по Node.js, признанными в качестве избранных множеством специалистов в области технологий и программирования.

Рекомендации от 28 статей, Derek Sivers, Jeff Atwood, Taylor Otwell и ещё 4 других.
Лучшие книги по Node.js
39 книг в списке
Сортировать по
Количество статей
Макет
Node.js Design Patterns book cover
Node.js Design Patterns
Master best practices to build modular and scalable server-side web applications, 2nd Edition
Mario Casciaro - 2014-12-30
Рейтинг Goodreads
Learn how to create modular and scalable applications with Node.js by mastering its powerful components and patterns. This popular software platform enables efficient code-writing and extreme reusability using only one language across the full stack, revolutionizing the way we create software. This book explores Node.js' design and coding decisions, covering basics like its single-threaded architecture, as well as advanced concepts like Universal Javascript and scalability. With detailed implementations of common and exclusive design patterns, you will gain all the necessary concepts to build enterprise-grade applications with ease.
Node.js Web Development book cover
Node.js Web Development
Server-side web development made easy with Node 14 using practical examples, 5th Edition
David Herron - 2020-07-31
Рейтинг Goodreads
Learn how to build fast and scalable server-side applications with Node.js Web Development. This practical guide covers everything from installing and using Node.js for development and deployment to creating your own Node.js application. Develop both HTTP server and client applications, use the Express application framework, and configure Bootstrap for mobile-first theming. You'll also learn data storage engines such as MySQL, SQLITE3, and MongoDB, user authentication methods, including OAuth, and deploying Node.js to live servers, including microservice development with Docker. Whether you're new to JavaScript or experienced in web application development, this book is the perfect starting point for creating robust and striking web applications using Node.js.
Веб-разработка с применением Node и Express book cover
Веб-разработка с применением Node и Express
Полноценное использование стека JavaScript
Ethan Brown - 2014-08-19
Рейтинг Goodreads
Learn how to build dynamic web applications with Express, a key component of the Node/JavaScript development stack. In this hands-on guide, author Ethan Brown teaches you the fundamentals through the development of a fictional application that exposes a public website and a RESTful API. You'll also learn web architecture best practices to help you build single-page, multi-page, and hybrid web apps with Express. Express strikes a balance between a robust framework and no framework at all, allowing you a free hand in your architecture choices. With this book, frontend and backend engineers familiar with JavaScript will discover new ways of looking at web development.Create webpage templating system for rendering dynamic dataDive into request and response objects, middleware, and URL routingSimulate a production environment for testing and developmentFocus on persistence with document databases, particularly MongoDBMake your resources available to other programs with RESTful APIsBuild secure apps with authentication, authorization, and HTTPSIntegrate with social media, geolocation, and other third-party servicesImplement a plan for launching and maintaining your appLearn critical debugging skills This book covers Express 4.0.
Beginning Node.js book cover
Beginning Node.js
Basarat Syed - 2014-11-25
Рейтинг Goodreads
Learn how to create maintainable Node.js applications with "Beginning Node.js". This step-by-step guide covers all aspects of Node.js, from easy-to-follow JavaScript primers to full-stack application building. Discover important server-side programming concepts like streams and events, test your code, and deploy your applications on the internet. Even if you've yet to get started with Node.js, this book makes it easy to jump in and start building high-performing, scalable websites today.
Изучаем Node book cover
Изучаем Node
js
Shelley Powers - 2012-09-01
Рейтинг Goodreads
Node.js является серверной технологией, которая основана на разработанном компанией Google JavaScript-движке V8. Это прекрасно масштабируемая система, поддерживающая не программные потоки или отдельные процессы, а асинхронный ввод-вывод, управляемый событиями. Она идеально подходит для веб-приложений, которые не выполняют сложных вычислений, но к которым происходят частые обращения.. По целям использования Node сходен с фреймворками Twisted на языке Python и EventMachine на Ruby. В отличие от большинства программ JavaScript, этот фреймворк исполняется не в браузере клиента, а на стороне сервера. С помощью этого практического руководства вы сможете быстро овладеть основами Node. Книга понравиться всем, кто интересуется новыми технологиями, например, веб-сокетами или платформами создания приложений. Эти темы раскрываются в ходе рассказа о том, как использовать Node в реальных приложениях.
Beginning Node.js, Express & MongoDB Development book cover
Beginning Node.js, Express & MongoDB Development
Greg Lim - 2019-07-01
Рейтинг Goodreads
Learn Node.js, Express, and MongoDB development through a fun and hands-on experience with this book. Every chapter is written in bite-sized sections to keep your interest and ensure you gain only the skills you need. You'll build your first Node.js app within minutes and create a blog app by the end. The book covers topics such as npm, MongoDB, user registration, authentication, validation errors, and more. Even if you have no previous Node.js knowledge, this book is perfect for you. Author Greg Lim is an experienced technologist and programming teacher who emphasizes hands-on learning through practice.
Practical Node.js book cover
Practical Node.js
Building Real-World Scalable Web Apps
Azat Mardan - 2014-07-10
Рейтинг Goodreads
Learn how to build professional-grade web applications using Node.js and a complete development toolkit. Gain an in-depth understanding of standards, frameworks, and libraries such as Express.js, MongoDB, and OAuth. This second edition is updated for ES6/ES2015 and covers deploying to Heroku and AWS, creating REST APIs, and building full-stack web apps from scratch. Ideal for web developers with some familiarity of Node.js looking to take their skills to the next level.
Get Programming with Node.js book cover
Get Programming with Node.js
Jonathan Wexler - 2019-03-15
Рейтинг Goodreads
Learn to write server-side code in JavaScript with "Get Programming with Node.js". This book offers 34 fast-paced, fun, and practical lessons to help you extend your existing JavaScript skills and write back-end code for your web applications. You'll set up the perfect developer environment and dive right into developing your first app with Express.js, a lightweight MVC-style web framework. With practical examples and exercises, you'll also gain knowledge of all-important security and authentication features, as well as database tasks. Add extra functionality like chat, and deploy your finished product with ease. Join the pro-coding club with Node.js!
Express in Action book cover
Express in Action
Writing, building, and testing Node.js applications
Evan Hahn - 2016-04-28 (впервые опубликовано в 2015)
Рейтинг Goodreads
Learn how to efficiently build web applications using Node.js and Express.js with "Express in Action". This carefully designed tutorial introduces Node's unique characteristics and shows how they map to the features of Express. With this powerful web application framework, you can manage routes, requests, and views with beautiful boilerplate for web applications. This book covers key development techniques, the rich ecosystem of companion tools and libraries, and even the inner workings of Express. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats. Get started today and concentrate on what your application does instead of managing the technical details.
Node.js the Right Way book cover
Node.js the Right Way
Practical, Server-Side JavaScript That Scales
Jim Wilson - 2013-12-31
Рейтинг Goodreads
Learn to develop fast and scalable server-side JavaScript applications with Node.js. This book will teach you how to write non-blocking, asynchronous code using Node's unique style and patterns. You'll explore the growing library of Node modules and work with multiple protocols including RESTful web services, TCP socket clients and servers, and more. With a focus on practical programming domains, you'll develop real-world applications and learn how to test functionality and performance under load. Join the community of developers advancing the state of the art in web development with Node.js.
Getting MEAN with Mongo, Express, Angular, and Node by Simon Holmes
Node by Alex R. Young
Distributed Systems with Node.js by II Thomas Hunter
Node.js in Practice by Alex R. Young
Node Cookbook by David Mark Clements
Smashing Node.js by Guillermo Rauch
Node.js for Embedded Systems by Patrick Mulder
Advanced Node.js Development by Andrew Mead
Secure Your Node.js Web Application by Karl Duuna
Learning Node.js by Marc Wandschneider
Pro Express.js by Azat Mardan
Professional Node.JS by Pedro Teixeria
JavaScript by David Flanagan
Beginning MERN Stack by Greg Lim
Node.js Blueprints by Krasimir Tsonev
Pro Node.js for Developers by Colin J. Ihrig
Full-Stack React Projects by Shama Hoque
Learn AWS Serverless Computing by Scott Patterson
Full-Stack JavaScript Development by Eric Bush
Sams Teach Yourself Node.js in 24 Hours by George Ornbo
Node.js Recipes by Cory Gackenheimer
Learn NodeJS in 1 Day by Krishna Rungta
Node by Tom Hughes-Croucher
The Road to learn React by Robin Wieruch
Программист-прагматик by David Thomas
Node.js 8 the Right Way by Jim Wilson
Learning Node.js Development by Andrew Mead
Beginning JavaScript by Russ Ferguson
Node.js for PHP Developers by Daniel Howard