WT Native.
Added by Apivan Tuntakurn over 3 years ago
Hi Wt Devs and Users,
I have an idea of making WT desktop and mobile app using CEF (chromium embedded framework). Let's call it Wt Native.
The goal is to build a cross-platform fast interactive app sharing code with web platform.
Instead of open local http port, the WT Native uses CEF facilities like ExecuteScript [as link below].
The architecture is going to be similar to the Electron but without CEF-NodeJS interop.
My Question is
1.Is it possible to do so? Is there any problematic obstacles that I will face?
2.Will it faster than Http/WebSocket?