Replies: 2 comments 6 replies
-
Avalonia would be responsible to render the UI. Where the data comes from, is completely up to you. On our website and at awsome-avalonia we have a set of other applications shown. We also offer paid support just in case. Last but not least I'd suggest to wire a quick prototype to evaluate your needs. Happy coding |
Beta Was this translation helpful? Give feedback.
-
Hi @timunie , thanks for the reply. I'll take a look at your site examples over the coming weekend. Yes the clients would be developed using Avalonia, I was more interested in how others have exchanged data to the UI in a client/server approach. I'm not keen to use gRPC for everything that may come from the 'server side' as this would add an extra layer of complexity with proto files/wrappers classes for conversion of objects. I'll start with a prototype next week. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, My company have tasked me with looking into technologies suitable as part of their update of a current product.
The product is a data acquisition / recording system for a highly configurable hardware set up and numerous UI's to view audio event data and 'tune' settings in the hardware configuration (which can be sampling data from 100+ sources).
Currently the system (20+ years old) is a mix of C/C++/Java/Swing/JavaFX/GTK widgets and a few others.
There are a few PC's connected to the system which runs totally on Linux within a VLAN.
A key requirement is that when underlying services are started they continue even if the client UI's are closed (or worse fall over).
Users are expecting a desktop style user interface/application, not a web application, which would suit the requirement.
I'm quite new to the business and have worked in the past mainly with C#/WinForms/WPF(limited) and Qt/QML.
I came across Avalonia UI when looking at what cross platform frameworks there were that were mature with .NET and Linux that could also support a client/server set up (perhaps using SignalR or maybe gRPC).
The question really is if others are using Avalonia in a similar way as our project is described above, especially with client/server on Linux?
If anymore info is needed let me know, thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions