The Road to GraphQL is your personal journey to master pragmatic GraphQL in JavaScript. The book is full with applications you are going to build along the way with React.js and Node.js. Afterward, you will be able to implement full-stack JavaScript applications.I wrote the The Road to GraphQL over the last year, while building several GraphQL applications for …
Node.js Books
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, …
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 …
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 …
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, …
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 …
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 …
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 …
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 …
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 …