- Is it possible to develop a NeXt UI application as a standalone desktop platform (no Client/Server)
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.
Comments
0 comments
Please sign in to leave a comment.