-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other operating systems? #5
Comments
Yes, there is a plan to have a cross platform app for platforms that can run .NET Core. Mesh's predecessor, Bit Chat, had a Linux app that could run on Mono Framework. But, Mono's implementation for Windows Forms is such a mess that it was not used for Mesh. Since, .NET Core does not support cross platform GUI forms yet, Mesh is planned to have web based UI that will access locally running Mesh web server. This way, Mesh could be used on any platform. Timeline for this is not clear yet since I am currently working on the DNS Server project. |
@ShreyasZare i'm suggesting the Vala language. very similar to C# https://wiki.gnome.org/Projects/Vala/ValaForCSharpProgrammers |
Well, its never just about the language. With .NET there is its standard library and ecosystem which wont be available otherwise. Plus there is years of code written which will need rewrite which makes it unfeasible. |
Any plans to support other operating systems? People use different operating systems and it’s impossible to ask a Linux user to switch to Windows just for a chat app.
The text was updated successfully, but these errors were encountered: