Top Menu

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

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

When having downtime, exactly what should you do? Just sleeping or seating in the house? Total your downtime by analysis. Start from now, you time need to be valuable. One to proffer that can be reviewing material; this is it Cross-Platform Desktop Applications: Using Node, Electron, And NW.js This book is supplied not only for being the material reading. You recognize, from seeing the title as well as the name of writer, you must know exactly how the top quality of this publication. Also the writer as well as title are not the one that determines the book excels or not, you could compare t with the experience and expertise that the author has.

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

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


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


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

Why finding out more publications will offer you a lot more prospects to be successful? You recognize, the extra you check out guides, the a lot more you will acquire the amazing lessons and expertise. Many people with lots of books to end up read will act various to the people that do not like it so much. To provide you a better point to do on a daily basis, Cross-Platform Desktop Applications: Using Node, Electron, And NW.js can be chosen as friend to invest the free time.

Feel so eased to locate and also wait this publication lastly comes show up. It is the advised sufficient for you that are still puzzled to obtain brand-new analysis book. When various other books come with the sign of best seller, this book is more than it. This is not just about the very best seller one. Cross-Platform Desktop Applications: Using Node, Electron, And NW.js is one book that will certainly make you become finest person, minimally the far better individual after obtaining the lesson. The lesson of this book is typically as exactly what you should do.

The reasons that make you need to review it is the relevant subject to the condition that you truly want today. When it's going to make better chance of reading products, it can be the way you have to take in the same ways. Yeah, the manner ins which you can enjoy the time by reviewing Cross-Platform Desktop Applications: Using Node, Electron, And NW.js, the time that you can use to do great task, as well as the time for you to get exactly what this book uses to you.

We share you additionally the method to obtain this book Cross-Platform Desktop Applications: Using Node, Electron, And NW.js without visiting guide shop. You can continuously check out the web link that we offer as well as prepared to download and install Cross-Platform Desktop Applications: Using Node, Electron, And NW.js When many people are active to seek fro in guide shop, you are very simple to download the Cross-Platform Desktop Applications: Using Node, Electron, And NW.js right here. So, just what else you will choose? Take the motivation here! It is not only supplying the ideal book Cross-Platform Desktop Applications: Using Node, Electron, And NW.js but additionally the ideal book collections. Below we consistently offer you the best and also most convenient means.

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

About the Author

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.

Read more

Product details

Paperback: 312 pages

Publisher: Manning Publications; 1 edition (May 15, 2017)

Language: English

ISBN-10: 1617292842

ISBN-13: 978-1617292842

Product Dimensions:

7.5 x 0.8 x 9.2 inches

Shipping Weight: 1.3 pounds (View shipping rates and policies)

Average Customer Review:

4.0 out of 5 stars

3 customer reviews

Amazon Best Sellers Rank:

#299,223 in Books (See Top 100 in Books)

This is pretty good introduction to both NW.js and Electron (assuming you know Javascript), which also describes the basics of Node.js. I liked all the example apps author created and they are well thought to present given feature of those frameworks (I also liked the names the author gave those app -- good job). You can read entire book in no time because the material is easy and entertaining. In short, I enjoyed it. Almost.In my opinion author was too careless when writing, because there is a lot of repetitions. If I counted correctly, the history of frameworks are repeated 4 times within first 40 pages. The code is also repeated instead of saying that it was not changed. Same story with images -- half-page picture with remark the image is identical to the previous one. If it is identical why not skipping the duplicate? And the same concern goes to chapter intro and outro (this is probably Manning fault) -- as the effect you can spot the same text with one paragraph apart.I think it is not fair to potential customer/reader -- sure, page count looks better (more professional), but the real content is pretty thin.And there is an issue with images quality -- reproducing black screen with brown text in B&W is not the smartest idea, but somehow nobody seemed to care about it. Some pictures are zoomed out so they are ridiculously large, other are small, blurry and hard to read.So -- almost 4 stars, I recommend this book, it is light, fun (as dev-fun), fast read for any JS programmer. Just keep in mind you are getting something closer to pocket-tutorial (despite its size). And some images will test your super powers.

I had not tried Electron or NW.js before reading this book. So I was pleasantly surprised at what I could do with them when building, testing, and debugging cross-platform desktop apps and then "packaging the application[s] for the wider world" of Windows, Linux, and Mac desktops. This is a well-written, logically organized and sufficiently illustrated how-to book. And, unlike some theory-laden Manning works, this one gets you started coding (in both packages at the "Hello, World" level) in Chapter 1. Then you start building your first apps in Chapter 2 and Chapter 3. Generally in the book, you build an app first in Electron and then in NW.js. The "deeper dive" into the internals of Electron and NW.js happens in Part 2, specifically Chapter 6. But, just a few pages later, Chapter 7 opens the book's Part 3, "Mastering Node.js Desktop Application Development," and you start working with window sizes and modes, frameless windows and full-screen apps. New chapters introduce tray applications, menus, dragging and dropping files to an app, desktop notifications, using a webcam in your desktop application, storing app data, and other important topics. Finally, in Part 4, "Getting Ready to Release," Paul B. Jensen's book focuses on different ways to test desktop applications, plus debugging to improve app performance, and how to create Windows, Linux and Mac executables for Electron and NW.js apps. Most of the apps in this book are fairly simple, but are useful and fun to tinker with--while learning. (One mild complaint: I had not worked with the Twitter API in a long time, so I would have appreciated a bit more clarity and illustration while building the Watchy apps that provide desktop notifications of tweets on selected topics.) My thanks to Manning for providing an advance reading copy of this book for review.

Overall I give this book high marks for its presentation of two reasonably complex systems for creating applications.If you are familiar with JavaScript then reading this book should be pretty straight-forward. If not, expect to struggle. It is most definitely not an introduction to the language. But it isn't intended to be.There are some things you need to be aware of when using this book.The author goes into pretty good detail regarding the use of Electron and NW.js, but leaves out many details regarding the use of 3rd party libraries used in the examples. For example, Chapter 3 introduces the library 'lunr'. I was unfamiliar with that package and its use was counter-intuitive to me at first. I had to look it up and read about how it is used before I could really understand what the author intended to convey in his examples. Fortunately, the package documentation was available and easy to follow. Just be prepared to use Google from time to time.Also, some of the examples lacked enough overview to allow me to understand each listing as it was presented. It wasn't until the whole example was finally worked out that I was able to go back and see how some of the new functions I had written fit into the big picture. When you write a function (or read it) you should have some idea of how it is going to be called and what the parameters are and how they are generated. This isn't always the case in the author's presentation. However, it does become clear in the end.Along the same lines, I ran into a problem with the lunr package. When the author wrote the example it was written using lunr@0.7.2. At the time I went through the book lunr had been upgraded to 2.1.0. Unfortunately, this broke the example. Fortunately, I could roll back to a previous version of lunr using npm. This isn't the author's fault, of course. Just be aware when things don't work as expected that this is a typical JS problem.With all this being said, I learned enough from this book to be able to quickly put together an application I had been thinking about for a while. I was able to integrate several 3rd party libraries (jQuery, jqTree, etc.) to generate a reasonably complex UI. There was enough information in the book to help me debug the issues I ran into along the way as well as to provide a path to further enhancements in the future. With a solid presentation of the foundations of these platforms you should have enough information to get you started on your projects.If you are looking for a good introduction to Electron and/or NW.js I highly recommend this book.

Cross-Platform Desktop Applications: Using Node, Electron, and NW.js PDF
Cross-Platform Desktop Applications: Using Node, Electron, and NW.js EPub
Cross-Platform Desktop Applications: Using Node, Electron, and NW.js Doc
Cross-Platform Desktop Applications: Using Node, Electron, and NW.js iBooks
Cross-Platform Desktop Applications: Using Node, Electron, and NW.js rtf
Cross-Platform Desktop Applications: Using Node, Electron, and NW.js Mobipocket
Cross-Platform Desktop Applications: Using Node, Electron, and NW.js Kindle

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

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

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

Share this:

Post a Comment

 
Designed By OddThemes | Distributed By Gooyaabi Templates