# tus-resumable-upload-protocol **Repository Path**: mirrors_sudoconf/tus-resumable-upload-protocol ## Basic Information - **Project Name**: tus-resumable-upload-protocol - **Description**: A protocol for resumable file uploads. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tus resumable upload protocol The protocol is in the `protocol.md` file, and you might want to use the development server to see a rendered HTML version with a table of content: ```js node server.js ``` Creating a standalone HTML file: ```bash make protocol.html ``` ## License Licensed under the MIT license, see [LICENSE.txt](https://github.com/tus/tus-resumable-upload-protocol/blob/master/LICENSE.txt). Copyright (c) 2013 Transloadit Ltd and Contributors.