cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
722
Views
0
Helpful
1
Replies

NextUI as a standalone desktop application

PatrickMambo
Level 1
Level 1

Hello Everyone,

Forgive me if my question seems stupid. I am a beginner in HTML5/JavaScript programming, specifically with NeXt UI toolkit.


Question: Is it possible to develop a NeXt UI application as a standalone desktop platform (no Client/Server)?

Thanks in advance for your answers.

Patrick M.

1 Reply 1

aaikepae
Cisco Employee
Cisco Employee

Hi Patrick,

That one is interesting question. Base on my knowledge there are 2 ways to do that.

1. Use CEF (Chromium Embedded Framework) (https://bitbucket.org/chromiumembedded/cef) to package all you code to an app.

2. Use AppJS, this one is quite interesting, but also has lots of limitation.

Abu