-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Up to date Golang client? #1138
Comments
We have played with the thought of making an official Go client, as this could be a handy basis for building a CLI program for interacting with tus server (for testing, development and scripting). But so far we don't have any concrete plans on if or when we would do this. |
Ok makes sense, we are happy to integrate and promote it into our Kerberos.io solution as resumable uploads for video surveillance is key |
That's great to hear! Would you be interested in helping with an official Go client? I am thinking about reaching out to the authors behind https://github.com/eventials/go-tus to see if there is interest in reviving their project and hosting it under the |
Another new Go client is https://github.com/bdragon300/tusgo, FYI. |
looks a bit outdated though (no active development) |
I've talking to the author and the it's great shape. Supports all extensions, a good programatic interface, and extensive docs and tests. Also it was updated yesterday? |
bumping dependencies is not really what I call active development. I'll give it a try! ;) |
|
I agree, but a version bump after 2 years.. hmm |
Looks like a promising project, but limitations in tus-clients, for example the Golang client looks like very old. Any ideas on developing an official go client?
The text was updated successfully, but these errors were encountered: