fabioselau
Hello, I was thinking about making a Flutter application that builds for Linux and installs on a Raspberry Pi, but there are some websocket packages that don't work on Linux, only on Android.
I was thinking about using Electronjs to make this application, which one do you recommend?
For development, I have experience in javascript (vuejs, nodejs/, nestjs, hence the preference for Electron) and Flutter.