Cross-Platform Desktop Applications
eBook - ePub

Cross-Platform Desktop Applications

Using Node, Electron, and NW.js

  1. 312 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Cross-Platform Desktop Applications

Using Node, Electron, and NW.js

About this book

Summary Cross-Platform Desktop Applications guides you step-by-step through creating Node.js desktop applications with NW.js and Electron from GitHub. Foreword by Cheng Zhao, creator of Electron.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Desktop application development has traditionally required high-level programming languages and specialized frameworks. With Electron and NW.js, you can apply your existing web dev skills to create desktop applications using only HTML, CSS, and JavaScript. And those applications will work across Windows, Mac, and Linux, radically reducing development and training time. About the Book Cross-Platform Desktop Applications guides you step by step through the development of desktop applications using Electron and NW.js. This example-filled guide shows you how to create your own file explorer, and then steps through some of the APIs provided by the frameworks to work with the camera, access the clipboard, make a game with keyboard controls, and build a Twitter desktop notification tool. You'll then learn how to test your applications, and debug and package them as binaries for various OSs. What's Inside

  • Create a selfie app with the desktop camera
  • Learn how to test Electron apps with Devtron
  • Learn how to use Node.js with your application


About the Reader Written for developers familiar with HTML, CSS, and JavaScript. About the Author Paul Jensen works at Starcount and lives in London, UK. Table of Contents

PART 1 - WELCOME TO NODE.JS DESKTOP APPLICATION DEVELOPMENT

  • Introducing Electron and NW.js
  • Laying the foundation for your first desktop application
  • Building your first desktop application
  • Shipping your first desktop application

PART 2 - DIVING DEEPER

  • Using Node.js within NW.js and Electron
  • Exploring NW.js and Electron's internals

PART 3 - MASTERING NODE.JS DESKTOP APPLICATION DEVELOPMENT

  • Controlling how your desktop app is displayed
  • Creating tray applications
  • Creating application and context menus
  • Dragging and dropping files and crafting the UI
  • Using a webcam in your application
  • Storing app data
  • Copying and pasting contents from the clipboard
  • Binding on keyboard shortcuts
  • Making desktop notifications

PART 4 - GETTING READY TO RELEASE

  • Testing desktop apps
  • Improving app performance with debugging
  • Packaging the application for the wider world

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Cross-Platform Desktop Applications by Paul Jensen in PDF and/or ePUB format, as well as other popular books in Computer Science & Operating Systems. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. About the Author
  9. About the Cover
  10. Part 1. Welcome to Node.js desktop application development
  11. Part 2. Diving deeper
  12. Part 3. Mastering Node.js desktop application development
  13. Part 4. Getting ready to release
  14. Appendix. Installing Node.js
  15. Index
  16. List of Figures
  17. List of Tables
  18. List of Listings