nMobile icon indicating copy to clipboard operation
nMobile copied to clipboard

Any Plans to add other platforms?

Open lonnietc opened this issue 2 years ago • 3 comments

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

lonnietc avatar Jan 09 '23 00:01 lonnietc

Desktop (Windows and MacOS) client is our next focus. Currently doing feasibility study using different app frameworks.

zbruceli avatar Jan 26 '23 01:01 zbruceli

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.

dhthwy avatar Feb 14 '23 17:02 dhthwy

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.

yilunzhang avatar Feb 15 '23 01:02 yilunzhang