nMobile
nMobile copied to clipboard
Any Plans to add other platforms?
Hello,
I like the idea of the nMobile chat application but it really is currently only for mobile devices. I am wondering if there any plans to make versions for Windows, Linux, and MacOSX as well so that there can be true cross platform communications?
I would enjoy seeing a Windows 10 (x64) version.
Thanks
Desktop (Windows and MacOS) client is our next focus. Currently doing feasibility study using different app frameworks.
Have you considered something like Electron? Maybe it can make use of the existing dart code in nmobile.
An example is here: https://github.com/hayderux/electron-dart
edit Oh nm, I think flutter would make more sense.
We are indeed working on an desktop version based on Electron. The main reason is that the current NKN Dart SDK is based on Gomobile, which (as the name suggests) doesn't work well with Flutter Desktop. Some of our future features will rely on sessions, so a high performance implementation (e.g. Go, webassembly, etc) would be really helpful.