transfer.sh icon indicating copy to clipboard operation
transfer.sh copied to clipboard

Is there anyone willing to develop gui desktop frontend?

Open CodeCubeNeo opened this issue 2 years ago • 5 comments

A desktop client would be really awesome!!!

CodeCubeNeo avatar Jun 03 '22 10:06 CodeCubeNeo

I will keep this open in case anyone is interested in developing a desktop client (even if you didn't specify what platform for, @CodeCubeNeo )

I'm personally not interested and I don't have time to work on it

aspacca avatar Dec 22 '22 09:12 aspacca

I can build a desktop client

gedw99 avatar Jul 13 '23 08:07 gedw99

I just need to match the API that the cli curl examples are using . That seems like right approach since you server api is agnostic to what storage is used.

what about config though for the client ? The cmd golang seems to have what I need for the client.

gedw99 avatar Jul 13 '23 08:07 gedw99

@gedw99 these are more or less all the REST endpoint relevant for a full fledged desktop client. I think that having as starting point only support for PUT, GET and DELETE would be enough.

what about config though for the client ? The cmd golang seems to have what I need for the client.

what to you mean exactly? I'd just let the user be able set the server to interact with

aspacca avatar Aug 13 '23 11:08 aspacca

@aspacca is there any requirement for client to be made in particular framework? Is leptos ok?

zeroishero avatar Oct 08 '23 12:10 zeroishero