Node.js Books

Node.js: Related Tools & Skills

While there have been quite a few attempts to get JavaScript working as a server-side language, Node.js (frequently just called Node) has been the first environment that’s gained any traction. It’s now used by companies such as Netflix, Uber and Paypal to power their web apps. Node allows for blazingly fast performance; thanks to its event loop model, …

Learn more

Introduction to JavaScript Electronics: Brief introduction to building circuits and program electronics with JavaScript, Node.js and Arduino

This book is the perfect beginners guide to building electronic circuits with the Arduino UNO development board and programming your simple prototypes with JavaScript and Node.js!The book and the examples in it can be finished in less than 3 hours!After a quick introduction, you will learn how to run JavaScript code outside the browser and send instructions to …

Learn more

50 Recipes for Programming Node.Js: Volume 2 (Node.js Recipes)

50 Recipes on Programming Node.js is structured in a Cookbook format featuring recipes that contain problem statements with solutions. A detailed explanation follows each problem statement of the recipe. This is usually contained within the solution; however, an optional discussion section can often contain other useful information helping to demonstrate how the solution works or if there are …

Learn more

RESTful Web API Design with Node.js 10: Learn to create robust RESTful web services with Node.js, MongoDB, and Express.js, 3rd Edition

Design and implement scalable and maintainable RESTful solutions with Node.js 10Key FeaturesCreate rich and scalable RESTful API solutions from scratchExplore the new features of Node.js 10, Express 4.0, and MongoDBIntegrate MongoDB in your Node.js application to store and secure your dataBook DescriptionWhen building RESTful services, it is really important to choose the right framework. Node.js, with its asynchronous, …

Learn more

Automating with Node.js

Automate your workflow with the power of Node.js! If your job is loaded with manual work, then why not write scripts that can deal with it for you? With this book, you will learn how to deal with many tasks such as zipping files, emailing colleagues, and deploying your work at the press of a button. The book …

Learn more

Node.js Web Development: Build secure and high performance web applications with Node.js 10

Create real-time applications using Node.js 10, Docker, MySQL, MongoDB, and Socket.IO with this practical guide and go beyond the developer’s laptop to cover live deployment, including HTTPS and hardened security.Key FeaturesLearn server-side JavaScript coding through the most up-to-date book on Node.jsExplore the latest JavaScript features, and EcmaScript modulesWalk through different stages of developing robust applications using Node.js 10Book …

Learn more

Learn Node.js by Building 6 Projects

This is an advanced, practical guide to harnessing the power of Node.js by creating 6 full-scale real-world projects, from creating a chat application to an eLearning system. Key Features Develop scalable and lightweight applications using Node.js Learn how to interface Node.js with other popular technologies such as MongoDB, MySQL, and more Your companion to master the Node ecosystem …

Learn more

Hands-On Full Stack Web Development with Aurelia: Develop modern and real-time web apps with Aurelia and Node.js

Develop rich and scalable applications with the new MEAN StackKey FeaturesLearn how to construct modern web applications with Node.js, Express.js, MondoDB, and Aurelia.Harness the power of the JavaScript on the client as well as server side to build your full stack applications.Gain deep and practical understanding of real-time web applications with real-worl examplesBook DescriptionThe book beings with the …

Learn more

Mastering NodeJS

Nodeis an exciting new platform developed byRyan Dahl, allowing JavaScript developers to create extremely high performance servers by leveraging Google’s V8JavaScript engine, and asynchronous I/O. In Mastering Nodewe will discover how to write high concurrency web servers, utilizing the CommonJS module system, node’s core libraries, third party modules, high level web development and …

Learn more