Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perbu/http-upload-file
Go client and server PoC for upload using the TUS protocol.
https://github.com/perbu/http-upload-file
Last synced: about 2 months ago
JSON representation
Go client and server PoC for upload using the TUS protocol.
- Host: GitHub
- URL: https://github.com/perbu/http-upload-file
- Owner: perbu
- License: other
- Created: 2022-05-25T11:39:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T13:43:00.000Z (over 2 years ago)
- Last Synced: 2024-06-21T01:56:37.119Z (7 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# http-upload-file
Go client and server PoC for upload using the TUS protocol.Just an example on how you can embed the TUS package inside your Go http server.
Also an example of what a client could look like.