简体   繁体   中英

can single page application concepts be used for creating standalone desktop applications?

I'm looking to write a small desktop application for some colleagues to provide them with user interface screens to some command line utilities.

The application will have a menubar and a toolbar and a number of different wizards to help automate the desktop commands.

Previously, I would write the application in .NET Windows Forms, or Java Swing. However, I've been wondering if a single page application (SPA) would be suitable. I've read lots online about SPA's for interacting with servers, but not for creating standalone desktop applications.

Are there any gotchas with using SPA concepts for a standalone desktop applications?

There are several solutions that let you build a desktop app with web technologies. I suggest you have a look at this question: How to develop Desktop Apps using HTML/CSS/JavaScript?

A really nice and innovative example of a rich desktop application is RStudio .

It uses a thin C++ layer using QT , and delegates to GWT in Webkit for the main UI desktop area.

The source code for RStudio is here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM