Search code examples
linuxdatabasearchitecturerealm

Linux application with Realm database


I build an application in Windows in C# with a Realm database with success. I need as well to support a Linux (i.e. Ubuntu) environment.

Please, what options/suggestions I have to build similar application in Linux? For example, which programming language could I use?

Thanks


Solution

  • What's the problem ?
    You mean you never heard of .NET Core or mono ?
    You can use C# right on Linux.
    If you need a UI framework, you can either go with Avalonia or GTK#.
    Gtk# on Github
    Avalonia on Github





    Realm.io states:

    .NET Core 2.0 or later on:
    - Ubuntu 16.04 or later
    - Debian 8 or later
    - RHEL 7.1 or later
    - macOS 10.11 or later
    - Windows 8.1 or later

    Source: https://realm.io/docs/dotnet/latest