Articoli correlati a Cross-Platform Desktop Applications: Using Node, Electron,...

Cross-Platform Desktop Applications: Using Node, Electron, and NW.js - Brossura

 
9781617292842: Cross-Platform Desktop Applications: Using Node, Electron, and NW.js

Sinossi

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

  1. Introducing Electron and NW.js
  2. Laying the foundation for your first desktop application
  3. Building your first desktop application
  4. Shipping your first desktop application
  5. PART 2 - DIVING DEEPER

  6. Using Node.js within NW.js and Electron
  7. Exploring NW.js and Electron's internals
  8. PART 3 - MASTERING NODE.JS DESKTOP APPLICATION DEVELOPMENT

  9. Controlling how your desktop app is displayed
  10. Creating tray applications
  11. Creating application and context menus
  12. Dragging and dropping files and crafting the UI
  13. Using a webcam in your application
  14. Storing app data
  15. Copying and pasting contents from the clipboard
  16. Binding on keyboard shortcuts
  17. Making desktop notifications
  18. PART 4 - GETTING READY TO RELEASE

  19. Testing desktop apps
  20. Improving app performance with debugging
  21. Packaging the application for the wider world

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

Informazioni sull?autore

Paul Jensen is the founder of Anephenix, a Node.js consultancy. He is also the Lead Developer of the SocketStream web framework, and the creator of Dashku, a realtime dashboard solution.

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

Compra usato

Condizioni: molto buono
Former library book; May have limited...
Visualizza questo articolo

EUR 9,33 per la spedizione da U.S.A. a Italia

Destinazione, tempi e costi

EUR 3,45 per la spedizione da U.S.A. a Italia

Destinazione, tempi e costi

Risultati della ricerca per Cross-Platform Desktop Applications: Using Node, Electron,...

Foto dell'editore

Jensen, Paul B.
Editore: Manning Publications, 2017
ISBN 10: 1617292842 ISBN 13: 9781617292842
Antico o usato Paperback

Da: ThriftBooks-Dallas, Dallas, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Very Good. No Jacket. Former library book; May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.44. Codice articolo G1617292842I4N10

Contatta il venditore

Compra usato

EUR 9,84
Convertire valuta
Spese di spedizione: EUR 9,33
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Jensen, Paul B.
Editore: Manning Publications, 2017
ISBN 10: 1617292842 ISBN 13: 9781617292842
Antico o usato Paperback

Da: ThriftBooks-Dallas, Dallas, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.44. Codice articolo G1617292842I4N00

Contatta il venditore

Compra usato

EUR 9,84
Convertire valuta
Spese di spedizione: EUR 9,33
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Jensen, Paul
ISBN 10: 1617292842 ISBN 13: 9781617292842
Antico o usato Brossura

Da: Better World Books, Mishawaka, IN, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Good. Used book that is in clean, average condition without any missing pages. Codice articolo 42429596-6

Contatta il venditore

Compra usato

EUR 9,61
Convertire valuta
Spese di spedizione: EUR 17,62
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Paul B Jensen
Editore: Manning Publications, US, 2017
ISBN 10: 1617292842 ISBN 13: 9781617292842
Nuovo Paperback

Da: Rarewaves USA, OSWEGO, IL, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: New. It's tedious and time-consuming to create OS-specific versions of every desktop application, especially with different set of tools for each platform. NW.js radically simplifies desktop development, providing a true cross-platform development stack built on HTML, CSS and JavaScript, Node.js modules, and the Chrome Blink engine. NW.js applications interact with the host operating system just like any other platform-native project, so developers have full access to all local files and resources. The performance is great, and best of all, it saves developers time because they only have to write one version of their application.    Cross-Platform Desktop Applications guides readers step-by-step as   they learn to develop NW.js desktop applications that run on Windows, OSX and Linux. They begin by getting the big picture of what NW.js can (and can't) do. Readers test drive NW.js as they build their first desktop application. Next, they find out how to take advantage of OSspecific features like menus, system-tray apps, clipboards, and the file system. Along the way, this book teaches how to debug errors and diagnose performance bottlenecks with NW.js's browser developer tools, package an application as a standalone executable for each OS, and even distribute it to various app stores. The book gives developers the inspiration and skills they need to code pro quality desktop applications using the web languages they already know.   Key features: Step-by-step lessons Package and distribute application to a variety of app stores Develop pro quality desktop applications with web languages   AUDIENCE Written for web designers and developers familiar with HTML, CSS, and JavaScript. No desktop app development experience required.   ABOUT THE TECHNOLOGY NW.js radically simplifies desktop development, providing a true crossplatform development stack built on HTML, CSS and JavaScript, Node.js modules, and the Chrome Blink engine. Codice articolo LU-9781617292842

Contatta il venditore

Compra nuovo

EUR 50,57
Convertire valuta
Spese di spedizione: EUR 3,45
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 10 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Jensen, Paul B
Editore: Manning Publications, 2017
ISBN 10: 1617292842 ISBN 13: 9781617292842
Nuovo Brossura

Da: moluna, Greven, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. &Uumlber den AutorPaul Jensen is the founder of Anephenix, a Node.js consultancy. He is alsothe Lead Developer of the SocketStream web framework, and the creator ofDashku, a realtime dashboard solution. Codice articolo 133048352

Contatta il venditore

Compra nuovo

EUR 45,96
Convertire valuta
Spese di spedizione: EUR 9,70
Da: Germania a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Paul B Jensen
Editore: Manning Publications, US, 2017
ISBN 10: 1617292842 ISBN 13: 9781617292842
Nuovo Paperback

Da: Rarewaves USA United, OSWEGO, IL, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: New. It's tedious and time-consuming to create OS-specific versions of every desktop application, especially with different set of tools for each platform. NW.js radically simplifies desktop development, providing a true cross-platform development stack built on HTML, CSS and JavaScript, Node.js modules, and the Chrome Blink engine. NW.js applications interact with the host operating system just like any other platform-native project, so developers have full access to all local files and resources. The performance is great, and best of all, it saves developers time because they only have to write one version of their application.    Cross-Platform Desktop Applications guides readers step-by-step as   they learn to develop NW.js desktop applications that run on Windows, OSX and Linux. They begin by getting the big picture of what NW.js can (and can't) do. Readers test drive NW.js as they build their first desktop application. Next, they find out how to take advantage of OSspecific features like menus, system-tray apps, clipboards, and the file system. Along the way, this book teaches how to debug errors and diagnose performance bottlenecks with NW.js's browser developer tools, package an application as a standalone executable for each OS, and even distribute it to various app stores. The book gives developers the inspiration and skills they need to code pro quality desktop applications using the web languages they already know.   Key features: Step-by-step lessons Package and distribute application to a variety of app stores Develop pro quality desktop applications with web languages   AUDIENCE Written for web designers and developers familiar with HTML, CSS, and JavaScript. No desktop app development experience required.   ABOUT THE TECHNOLOGY NW.js radically simplifies desktop development, providing a true crossplatform development stack built on HTML, CSS and JavaScript, Node.js modules, and the Chrome Blink engine. Codice articolo LU-9781617292842

Contatta il venditore

Compra nuovo

EUR 52,68
Convertire valuta
Spese di spedizione: EUR 3,45
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 10 disponibili

Aggiungi al carrello

Foto dell'editore

Paul B. Jensen
Editore: Manning Publications, 2017
ISBN 10: 1617292842 ISBN 13: 9781617292842
Nuovo Brossura Prima edizione

Da: Kennys Bookshop and Art Galleries Ltd., Galway, GY, Irlanda

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. . 2017. 1st Edition. Paperback. . . . . Codice articolo V9781617292842

Contatta il venditore

Compra nuovo

EUR 65,76
Convertire valuta
Spese di spedizione: EUR 2,00
Da: Irlanda a: Italia
Destinazione, tempi e costi

Quantità: 15 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Paul B Jensen
ISBN 10: 1617292842 ISBN 13: 9781617292842
Nuovo Taschenbuch

Da: AHA-BUCH GmbH, Einbeck, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Taschenbuch. Condizione: Neu. Neuware - Key features: Codice articolo 9781617292842

Contatta il venditore

Compra nuovo

EUR 56,99
Convertire valuta
Spese di spedizione: EUR 14,99
Da: Germania a: Italia
Destinazione, tempi e costi

Quantità: 2 disponibili

Aggiungi al carrello

Foto dell'editore

Paul B Jensen
Editore: Pearson Education, 2017
ISBN 10: 1617292842 ISBN 13: 9781617292842
Nuovo PAP

Da: PBShop.store UK, Fairford, GLOS, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

PAP. Condizione: New. New Book. Shipped from UK. Established seller since 2000. Codice articolo PB-9781617292842

Contatta il venditore

Compra nuovo

EUR 73,00
Convertire valuta
Spese di spedizione: EUR 6,03
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 10 disponibili

Aggiungi al carrello

Foto dell'editore

Paul B. Jensen
Editore: Manning Publications, 2017
ISBN 10: 1617292842 ISBN 13: 9781617292842
Nuovo Brossura

Da: Kennys Bookstore, Olney, MD, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. . 2017. 1st Edition. Paperback. . . . . Books ship from the US and Ireland. Codice articolo V9781617292842

Contatta il venditore

Compra nuovo

EUR 80,09
Convertire valuta
Spese di spedizione: EUR 1,90
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 15 disponibili

Aggiungi al carrello

Vedi altre 7 copie di questo libro

Vedi tutti i risultati per questo libro