Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 647 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 647 Bytes

TUS Server Java Implementation

An implementation of the Tus Resumable Upload protocol [https://tus.io/protocols/resumable-upload.html] in java. The HTTP stack uses Webflux and MySQL as the backend of upload information management. Supported extensions include creation, checksum, expiration, termination, and concatenation. It provides an implementation of tus v1.0.0 protocol for local storage and allows implementers to develop their own specific requirements.

Guide