marzneshin
marzneshin copied to clipboard
[FEAT] node connection backend selection in the ui
currently it could be either grpclib
or grpcio
grpcio had problems with insecure certificates so it's used to connect to nodes without https. however the connection handling is much better than grpclib
http-based backends(long polling) are planned but currently not implemented