Practical Node Red Programming

Practical Node Red Programming Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Practical Node Red Programming book. This book definitely worth reading, it is an incredibly well-written.

Practical Node-RED Programming

Author : Taiji Hagino
Publisher : Packt Publishing Ltd
Page : 326 pages
File Size : 53,7 Mb
Release : 2021-03-22
Category : Computers
ISBN : 9781800207660

Get Book

Practical Node-RED Programming by Taiji Hagino Pdf

Use a low-code programming approach to create event-driven applications from scratch by wiring together hardware devices, APIs, and online services Key FeaturesDiscover how you can automate the Internet of Things (IoT) without writing huge blocks of codeLearn how to wire together flows using a browser-based visual editorHandle IoT data with little to no coding knowledgeBook Description Node-RED is a free and open source flow-based programming tool used to handle IoT data that allows programmers of any level to interconnect physical I/O, cloud-based systems, databases, and APIs to build web applications without code. Practical Node-RED Programming is a comprehensive introduction for anyone looking to get up to speed with the Node-RED ecosystem in no time. Complete with hands-on tutorials, projects, and self-assessment questions, this easy-to-follow guide will help you to become well versed in the foundations of Node-RED. You’ll learn how to use Node-RED to handle IoT data and build web applications without having to write complex code. Once you’ve covered the basics, you’ll explore various visual programming techniques and find out how to make sample flows as you cover web development, IoT development, and cloud service connections, and finally build useful real-world applications. By the end of this book, you’ll have learned how to use Node-RED to develop a real-world application from scratch, which can then be implemented in your business. What you will learnUnderstand the history of Node-RED and why you need to learn a flow-based programming toolUse Node-RED to build Node.js-based applicationsHandle data for IoT devices using Node-RED flowsExplore advanced Node-RED features such as connecting repositories and customizing the flow editorFind out what the MQTT protocol is and how it relates to Node-REDCreate and publish your own nodes and flows using the Node-RED libraryWho this book is for This Node-RED book is for web developers and IoT engineers with some background in JavaScript and Node.js. Although not necessary, familiarity with the concepts of electronics will help you to make the most out of this book.

Learn IoT Programming Using Node-RED

Author : Bernardo Ronquillo Japón
Publisher : BPB Publications
Page : 253 pages
File Size : 49,6 Mb
Release : 2022-02-03
Category : Antiques & Collectibles
ISBN : 9789391392383

Get Book

Learn IoT Programming Using Node-RED by Bernardo Ronquillo Japón Pdf

Program edge devices by learning low-code programming and essentials of IoT systems. KEY FEATURES ● In-depth practical demonstration of the IoT architecture with numerous examples. ● Includes graphical illustrations and uses of popular full-stack tools. ● Access to hardware components and software packages to build powerful IoT systems. DESCRIPTION Learn IoT Programming with Node-RED is an excellent source of practical knowledge for developing a successful Internet of Things system, starting with the very first step of programming a Raspberry Pi, and using numerous open-source software development tools. To begin, the book will provide you with a practical experience of visual programming, fundamentals of Node-RED, and the architecture of an Internet of Things system. The book covers data collecting capabilities and the development of real-time streaming functionalities. The book describes how to set up an Internet of Things infrastructure, manage software development, and integrate physical devices. The book provides IoT projects based on temperature and humidity data recorded as time series. It teaches you how to design the software using a simulated model of the hardware and use the same code to execute it in the actual hardware. Node-RED, Pusher, InfluxDB, and Grafana are some of the professional tools you will learn in this book. After reading the book, you will gain the knowledge to create your own applications that will be connected to the physical environment by means of a range of sensors. WHAT YOU WILL LEARN ● Create IoT systems with NodeRED visual programming. ● Learn to transfer data from IoT devices to machines for analysis using Pusher, a free platform. ● Store time-series data streams to InfluxDB. ● Use NodeRED to process data and execute statistical calculations on the remote machine. ● Create user-friendly Grafana dashboards for environmental monitoring. WHO THIS BOOK IS FOR IoT engineers, roboticists, and embedded system programmers who are interested in learning low-code development and programming hardware devices may benefit from this book. Prior knowledge of Linux and Raspberry Pi may be helpful. TABLE OF CONTENTS 1. Introduction to IoT Applications and Their Software Architecture 2. Getting Started with NodeRED 3. Data Acquisition and Real-time Streaming 4. Real-time Data Processing with NodeRED 5. Storing and Graphing Data Streams with InfluxDB and Grafana 6. The IoT Hardware Package 7. The IoT Software Package

Practical Node.js

Author : Azat Mardan
Publisher : Apress
Page : 288 pages
File Size : 43,7 Mb
Release : 2014-07-17
Category : Computers
ISBN : 9781430265962

Get Book

Practical Node.js by Azat Mardan Pdf

Practical Node.js is your step-by-step guide to learning how to build a wide range of scalable real-world web applications using a professional development toolkit. Node.js is an innovative and highly efficient platform for creating web services. But Node.js doesn't live in a vacuum! In a modern web development, many different components need to be put together — routing, database driver, ORM, session management, OAuth, HTML template engine, CSS compiler and many more. If you already know the basics of Node.js, now is the time to discover how to bring it to production level by leveraging its vast ecosystem of packages. As a web developer, you'll work with a varied collection of standards and frameworks - Practical Node.js shows you how all those pieces fit together. Practical Node.js takes you from installing all the necessary modules to writing full-stack web applications by harnessing the power of the Express.js and Hapi frameworks, the MongoDB database with Mongoskin and Mongoose, Jade and Handlebars template engines, Stylus and LESS CSS languages, OAuth and Everyauth libraries, and the Socket.IO and Derby libraries, and everything in between. The book also covers how to deploy to Heroku and AWS, daemonize apps, and write REST APIs. You'll build full-stack real-world Node.js apps from scratch, and also discover how to write your own Node.js modules and publish them on NPM. You already know what Node.js is; now learn what you can do with it and how far you can take it!

Node.js 8 the Right Way

Author : Jim Wilson
Publisher : Pragmatic Bookshelf
Page : 454 pages
File Size : 41,8 Mb
Release : 2018-01-04
Category : Computers
ISBN : 9781680505368

Get Book

Node.js 8 the Right Way by Jim Wilson Pdf

Node.js is the platform of choice for creating modern web services. This fast-paced book gets you up to speed on server-side programming with Node.js 8, as you develop real programs that are small, fast, low-profile, and useful. Take JavaScript beyond the browser, explore dynamic language features, and embrace evented programming.Harness the power of the event loop and non-blocking I/O to create highly parallel microservices and applications. This expanded and updated second edition showcases the latest ECMAScript features, current best practices, and modern development techniques. JavaScript is the backbone of the modern web, powering nearly every web app's user interface. Node.js is JavaScript for the server. This greatly expanded second edition introduces new language features while dramatically increasing coverage of core topics. Each hands-on chapter offers progressively more challenging topics and techniques, broadening your skill set and enabling you to think in Node.js. Write asynchronous, non-blocking code using Node.js's style and patterns. Cluster and load balance services with Node.js core features and third-party tools. Harness the power of databases such as Elasticsearch and Redis. Work with many protocols, create RESTful web services, TCP socket clients and servers, and more. Test your code's functionality with Mocha, and manage its life cycle with npm. Discover how Node.js pairs a server-side event loop with a JavaScript runtime to produce screaming fast, non-blocking concurrency. Through a series of practical programming domains, use the latest available ECMAScript features and harness key Node.js classes and popular modules. Create rich command-line tools and a web-based UI using modern web development techniques. Join the smart and diverse community that's rapidly advancing the state of the art in JavaScript development. What You Need: Node.js 8.x Operating system with bash-like shell OMQ (pronounced "Zero-M-Q") library, version 3.2 or higher Elasticsearch version 5.0 or higher jq version 1.5 or higher Redis version 3.2 or higher

The Node Beginner Book

Author : Manuel Kiessling
Publisher : Lulu.com
Page : 66 pages
File Size : 54,8 Mb
Release : 2012
Category : Computers
ISBN : 9781471628443

Get Book

The Node Beginner Book by Manuel Kiessling Pdf

Ryan Dahl, creator of Node.js: "This is an amazing introduction to Node.js". The aim of The Node Beginner Book is to get you started with developing applications for Node.js, teaching you everything you need to know about advanced JavaScript along the way.

Building the Web of Things

Author : Dominique Dom Guinard,Vlad M. Trifa
Publisher : Simon and Schuster
Page : 520 pages
File Size : 48,8 Mb
Release : 2016-06-06
Category : Computers
ISBN : 9781638357094

Get Book

Building the Web of Things by Dominique Dom Guinard,Vlad M. Trifa Pdf

Summary A hands-on guide that will teach how to design and implement scalable, flexible, and open IoT solutions using web technologies. This book focuses on providing the right balance of theory, code samples, and practical examples to enable you to successfully connect all sorts of devices to the web and to expose their services and data over REST APIs. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Because the Internet of Things is still new, there is no universal application protocol. Fortunately, the IoT can take advantage of the web, where IoT protocols connect applications thanks to universal and open APIs. About the Book Building the Web of Things is a guide to using cutting-edge web technologies to build the IoT. This step-by-step book teaches you how to use web protocols to connect real-world devices to the web, including the Semantic and Social Webs. Along the way you'll gain vital concepts as you follow instructions for making Web of Things devices. By the end, you'll have the practical skills you need to implement your own web-connected products and services. What's Inside Introduction to IoT protocols and devices Connect electronic actuators and sensors (GPIO) to a Raspberry Pi Implement standard REST and Pub/Sub APIs with Node.js on embedded systems Learn about IoT protocols like MQTT and CoAP and integrate them to the Web of Things Use the Semantic Web (JSON-LD, RDFa, etc.) to discover and find Web Things Share Things via Social Networks to create the Social Web of Things Build a web-based smart home with HTTP and WebSocket Compose physical mashups with EVRYTHNG, Node-RED, and IFTTT About the Reader For both seasoned programmers and those with only basic programming skills. About the Authors Dominique Guinard and Vlad Trifa pioneered the Web of Things and cofounded EVRYTHNG, a large-scale IoT cloud powering billions of Web Things. Table of Contents PART 1 BASICS OF THE IOT AND THE WOT From the Internet of Things to the Web of Things Hello, World Wide Web of Things Node.js for the Web of Things Getting started with embedded systems Building networks of Things PART 2 BUILDING THE WOT Access: Web APIs for Things Implementing Web Things Find: Describe and discover Web Things Share: Securing and sharing Web Things

Node: Up and Running

Author : Tom Hughes-Croucher,Mike Wilson
Publisher : "O'Reilly Media, Inc."
Page : 203 pages
File Size : 40,5 Mb
Release : 2012-04-23
Category : Computers
ISBN : 9781449336950

Get Book

Node: Up and Running by Tom Hughes-Croucher,Mike Wilson Pdf

This book introduces you to Node, the new web development framework written in JavaScript. You'll learn hands-on how Node makes life easier for experienced JavaScript developers: not only can you work on the front end and back end in the same language, you'll also have more flexibility in choosing how to divide application logic between client and server. Written by a core contributor to the framework, Node: Up and Running shows you how Node scales up to support large numbers of simultaneous connections across multiple servers, and scales down to let you create quick one-off applications with minimal infrastructure. Built on the V8 JavaScript engine that runs Google Chrome, Node is already winning the hearts and minds of many companies, including Google and Yahoo! This book shows you why. Understand Node's event-loop architecture, non-blocking I/O, and event-driven programming Discover how Node supports a variety of database and data storage tools Learn best practices for writing easy-to-maintain code for Node Get concrete examples of how to use the various Node APIs in practice Take advantage of the book’s complete API reference

Practical Node.js

Author : Azat Mardan
Publisher : Apress
Page : 519 pages
File Size : 47,9 Mb
Release : 2018-08-17
Category : Computers
ISBN : 9781484230398

Get Book

Practical Node.js by Azat Mardan Pdf

Learn how to build a wide range of scalable real-world web applications using a professional development toolkit. If you already know the basics of Node.js, now is the time to discover how to bring it to production level by leveraging its vast ecosystem of packages.With this book, you'll work with a varied collection of standards and frameworks and see how all those pieces fit together. Practical Node.js takes you from installing all the necessary modules to writing full-stack web applications. You'll harness the power of the Express.js and Hapi frameworks, the MongoDB database with Mongoskin and Mongoose. You'll also work with Pug and Handlebars template engines, Stylus and LESS CSS lanaguages, OAuth and Everyauth libraries, and the Socket.IO and Derby libraries, and everything in between. This exciting second edition is fully updated for ES6/ES2015 and also covers how to deploy to Heroku and AWS, daemonize apps, and write REST APIs. You'll build full-stack real-world Node.js apps from scratch, and also discover how to write your own Node.js modules and publish them on NPM. You already know what Node.js is; now learn what you can do with it and how far you can take it! What You'll Learn Manipulate data from the mongo console Use the Mongoskin and Mongoose MongoDB libraries Build REST API servers with Express and Hapi Deploy apps to Heroku and AWS Test services with Mocha, Expect and TravisCI Utilize sessions for authentication Implement a third-party OAuth strategy with Everyauth Apply Redis, domains, WebSockets, and clusters Write your own Node.js module, and publish it on NPM Who This Book Is For Web developers who have some familiarity with the basics of Node.js and want to learn how to use it to build apps in a professional environment.

Handbook of Research on Technical, Privacy, and Security Challenges in a Modern World

Author : Tyagi, Amit Kumar
Publisher : IGI Global
Page : 502 pages
File Size : 48,7 Mb
Release : 2022-06-30
Category : Computers
ISBN : 9781668452523

Get Book

Handbook of Research on Technical, Privacy, and Security Challenges in a Modern World by Tyagi, Amit Kumar Pdf

More individuals than ever are utilizing internet technologies to work from home, teach and learn, shop, interact with peers, review medical records, and more. While it is certainly convenient to conduct such tasks via the internet, this increased internet presence has also led to a rise in the search and availability of personal information, which in turn is resulting in more cyber-attacks, privacy breaches, and information leaks. Cyber criminals are using such opportunities to attack governments, organizations, and individuals, making it necessary to anticipate, assess, and mitigate privacy and security threats during this infodemic. The Handbook of Research on Technical, Privacy, and Security Challenges in a Modern World discusses the design and development of different machine learning systems, including next generation applications, in order to mitigate cyber-attacks and address security challenges in everyday technologies. It further explores select methods and algorithms of learning for implementing better security methods in fields such as business and healthcare. It recognizes the future of privacy and the importance of preserving data through recommended practice, feedback loops, and smart agents. Covering topics such as face mask detection, gesture recognition, and botnet attacks and detection, this major reference work is a dynamic resource for medical professionals, healthcare administrators, government officials, business executives and managers, IT managers, students and faculty of higher education, librarians, researchers, and academicians.

Practical Microservices

Author : Ethan Garofolo
Publisher : Pragmatic Bookshelf
Page : 406 pages
File Size : 49,7 Mb
Release : 2020-04-09
Category : Computers
ISBN : 9781680507799

Get Book

Practical Microservices by Ethan Garofolo Pdf

MVC and CRUD make software easier to write, but harder to change. Microservice-based architectures can help even the smallest of projects remain agile in the long term, but most tutorials meander in theory or completely miss the point of what it means to be microservice-based. Roll up your sleeves with real projects and learn the most important concepts of evented architectures. You'll have your own deployable, testable project and a direction for where to go next. Much ink has been spilled on the topic of microservices, but all of this writing fails to accurately identity what makes a system a monolith, define what microservices are, or give complete, practical examples, so you're probably left thinking they have nothing to offer you. You don't have to be at Google or Facebook scale to benefit from a microservice-based architecture. Microservices will keep even small and medium teams productive by keeping the pieces of your system focused and decoupled. Discover the basics of message-based architectures, render the same state in different shapes to fit the task at hand, and learn what it is that makes something a monolith (it has nothing to do with how many machines you deploy to). Conserve resources by performing background jobs with microservices. Deploy specialized microservices for registration, authentication, payment processing, e-mail, and more. Tune your services by defining appropriate service boundaries. Deploy your services effectively for continuous integration. Master debugging techniques that work across different services. You'll finish with a deployable system and skills you can apply to your current project. Add the responsiveness and flexibility of microservices to your project, no matter what the size or complexity. What You Need: While the principles of this book transcend programming language, the code examples are in Node.js because JavaScript, for better or worse, is widely read. You'll use PostgreSQL for data storage, so familiarity with it is a plus. The books does provide Docker images to make working with PostgreSQL a bit easier, but extensive Docker knowledge is not required.

Node Cookbook

Author : Bethany Griggs
Publisher : Packt Publishing Ltd
Page : 512 pages
File Size : 52,8 Mb
Release : 2020-11-25
Category : Computers
ISBN : 9781838554576

Get Book

Node Cookbook by Bethany Griggs Pdf

Discover practical recipes to get to grips with Node.js concepts and programming models for delivering a scalable server-side for your applications Key FeaturesImplement practical solutions for scaling, securing, and testing your Node.js web apps effectivelyBuild and deploy scalable microservices architecture with the power of Node.js 14Discover techniques for debugging and testing Node.js applicationsBook Description A key technology for building web applications and tooling, Node.js brings JavaScript to the server enabling full-stack development in a common language. This fourth edition of the Node Cookbook is updated with the latest Node.js features and the evolution of the Node.js framework ecosystems. This practical guide will help you to get started with creating, debugging, and deploying your Node.js applications and cover solutions to common problems, along with tips to avoid pitfalls. You'll become familiar with the Node.js development model by learning how to handle files and build simple web applications and then explore established and emerging Node.js web frameworks such as Express.js and Fastify. As you advance, you'll discover techniques for detecting problems in your applications, handling security concerns, and deploying your applications to the cloud. This recipe-based guide will help you to easily navigate through various core topics of server-side web application development with Node.js. By the end of this Node book, you'll be well-versed with core Node.js concepts and have gained the knowledge to start building performant and scalable Node.js applications. What you will learnUnderstand the Node.js asynchronous programming modelCreate simple Node.js applications using modules and web frameworksDevelop simple web applications using web frameworks such as Fastify and ExpressDiscover tips for testing, optimizing, and securing your web applicationsCreate and deploy Node.js microservicesDebug and diagnose issues in your Node.js applicationsWho this book is for The book is for web developers who have knowledge of JavaScript and want to gain a broad understanding of Node.js concepts for server-side development.

A Practical Theory of Programming

Author : Eric C.R. Hehner
Publisher : Springer Science & Business Media
Page : 257 pages
File Size : 48,8 Mb
Release : 2012-09-08
Category : Computers
ISBN : 9781441985965

Get Book

A Practical Theory of Programming by Eric C.R. Hehner Pdf

There are several theories of programming. The first usable theory, often called "Hoare's Logic", is still probably the most widely known. In it, a specification is a pair of predicates: a precondition and postcondition (these and all technical terms will be defined in due course). Another popular and closely related theory by Dijkstra uses the weakest precondition predicate transformer, which is a function from programs and postconditions to preconditions. lones's Vienna Development Method has been used to advantage in some industries; in it, a specification is a pair of predicates (as in Hoare's Logic), but the second predicate is a relation. Temporal Logic is yet another formalism that introduces some special operators and quantifiers to describe some aspects of computation. The theory in this book is simpler than any of those just mentioned. In it, a specification is just a boolean expression. Refinement is just ordinary implication. This theory is also more general than those just mentioned, applying to both terminating and nonterminating computation, to both sequential and parallel computation, to both stand-alone and interactive computation. And it includes time bounds, both for algorithm classification and for tightly constrained real-time applications.

PLC Programming with the Raspberry Pi and the OpenPLC Project

Author : Josef Bernhardt
Publisher : Unknown
Page : 0 pages
File Size : 51,5 Mb
Release : 2021
Category : Electronic
ISBN : 3895764701

Get Book

PLC Programming with the Raspberry Pi and the OpenPLC Project by Josef Bernhardt Pdf

Introduction to PLC programming with OpenPLC, the first fully open source Programmable Logic Controller on the Raspberry Pi, and Modbus examples with Arduino Uno and ESP8286 PLC programming is very common in industry and home automation. This book describes how the Raspberry PI 4 can be used as a Programmable Logic Controller. Before taking you into the programming, the author starts with the software installation on the Raspberry PI and the PLC editor on the PC, followed by a description of the hardware. You'll then find interesting examples in the different programming languages complying with the IEC 61131-3 standard. This manual also explains in detail how to use the PLC editor and how to load and execute the programs on the Raspberry PI. All IEC languages are explained with examples, starting with LD (Ladder Diagram) over ST (Structured Control Language) to SFC (Special Function Chart). All examples can be downloaded from the author's website. Networking gets thorough attention too. The Arduino UNO and the ESP8266 are programmed as ModbusRTU or ModbusTCP modules to get access to external peripherals, reading sensors and switching electrical loads. I/O circuits complying with the 24V industry standard may also be of interest for the reader. The book ends with an overview of commands for ST and LD. After reading the book, the reader will be able to create his own controllers with the Raspberry PI.

9 Practical Node.js Projects

Author : James Hibbard,James Kolce,Lukas White,Jeremy Wilken,Simon Holmes,Michael Wanyoike,Paul Orac,Patrick Catanzariti
Publisher : SitePoint Pty Ltd
Page : 149 pages
File Size : 52,6 Mb
Release : 2018-11-30
Category : Computers
ISBN : 9781492071099

Get Book

9 Practical Node.js Projects by James Hibbard,James Kolce,Lukas White,Jeremy Wilken,Simon Holmes,Michael Wanyoike,Paul Orac,Patrick Catanzariti Pdf

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, common tasks like network connection and database I/O can be executed very quickly indeed. In this book, we offer a selection of nine different practical projects that you can follow along with. It contains: Build a Simple Beginner App with Node, Bootstrap & MongoDB by James Hibbard How to Build a File Upload Form with Express and Dropzone.js by Lukas White How to Build and Structure a Node.js MVC Application by James Kolce User Authentication with the MEAN Stack by Simon Holmes & Jeremy Wilken Build a JavaScript Command Line Interface (CLI) with Node.js by Lukas White & Michael Wanyoike Building a Real-time Chat App with Sails.js by Michael Wanyoike Passport Authentication for Node.js Applications by Paul Orac Local Authentication Using Passport in Node.js by Paul Orac An Introduction to NodeBots by Patrick Catanzariti This book is for anyone who wants to start learning server-side development with Node.js. Familiarity with JavaScript is assumed.

Node.js in Action

Author : Tim Oxley,Nathan Rajlich,TJ Holowaychuk,Alex Young
Publisher : Simon and Schuster
Page : 597 pages
File Size : 49,8 Mb
Release : 2017-08-16
Category : Computers
ISBN : 9781638355175

Get Book

Node.js in Action by Tim Oxley,Nathan Rajlich,TJ Holowaychuk,Alex Young Pdf

Summary 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. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology You already know JavaScript. The trick to mastering Node.js is learning how to build applications that fully exploit its powerful asynchronous event handling and non-blocking I/O features. The Node server radically simplifies event-driven real-time apps like chat, games, and live data analytics, and with its incredibly rich ecosystem of modules, tools, and libraries, it's hard to beat! About the Book Based on the bestselling first edition, Node.js in Action, Second Edition is a completely new book. Packed with practical examples, it teaches you how to create high-performance web servers using JavaScript and Node. You'll master key design concepts such as asynchronous programming, state management, and event-driven programming. And you'll learn to put together MVC servers using Express and Connect, design web APIs, and set up the perfect production environment to build, lint, and test. What's Inside Mastering non-blocking I/O The Node event loop Testing and deploying Web application templating About the Reader Written for web developers with intermediate JavaScript skills. About the Authors The Second Edition author team includes Node masters Alex Young, Bradley Meck, Mike Cantelon, and Tim Oxley, along with original authors Marc Harter, T.J. Holowaychuk, and Nathan Rajlich. Table of contents PART 1 - WELCOME TO NODE Welcome to Node.js Node programming fundamentals What is a Node web application? PART 2 - WEB DEVELOPMENT WITH NODE Front-end build systems Server-side frameworks Connect and Express in depth Web application templating Storing application data Testing Node applications Deploying Node applications and maintaining uptime PART 3 - BEYOND WEB DEVELOPMENT Writing command-line applications Conquering the desktop with Electron