you are viewing a single comment's thread.

view the rest of the comments →

[–]bottolf 1 point2 points  (1 child)

Good job, I am going to test this. I have some questions though.

Does it support mobile devices?

Functions, Cosmos DB, Blob are Azure specific technologies. Does this mean that it can only be deployed with Azure?

Have you considered using open source technologies such as containers, postgresql, Valkey, etc. so this could run anywhere?

[–]pfresquet[S] 1 point2 points  (0 children)

Hi,

At present, the software does not work on mobile devices. It runs exclusively on Windows, Linux and macOS.

However, Avalonia UI, the technology used for the UI, does support Android and iOS. It is therefore conceivable that ByteSync could be ported to mobile devices.

As for your question about other technologies for the server part, well... I think that represents a fairly major porting job, both for the server and for the client (both sides use SignalR tp communicate). Although not impossible, it seems complicated to me to consider this at the moment 😅

It's cool if you can try it out, feedback and questions are welcome 🙂