All Projects → tus → Tus Resumable Upload Protocol

tus / Tus Resumable Upload Protocol

Licence: mit
Open Protocol for Resumable File Uploads

Projects that are alternatives of or similar to Tus Resumable Upload Protocol

Myra
UI Library for MonoGame, FNA and Stride
Stars: ✭ 348 (-67.48%)
Mutual labels:  open-source, mit
Cc
一个基于angular5.0.0+ng-bootstrap1.0.0-beta.8+bootstrap4.0.0-beta.2+scss的后台管理系统界面(没基础的同学请先自学基础,谢谢!)
Stars: ✭ 416 (-61.12%)
Mutual labels:  mit, file-upload
Urho3d
Cross-platform 2D and 3D game engine
Stars: ✭ 3,767 (+252.06%)
Mutual labels:  open-source, cross-platform
Megaglest Source
MegaGlest real-time strategy game engine (cross-platform, 3-d)
Stars: ✭ 259 (-75.79%)
Mutual labels:  open-source, cross-platform
Uppy
The next open source file uploader for web browsers 🐶
Stars: ✭ 24,829 (+2220.47%)
Mutual labels:  open-source, mit
Gameplay
Open-source, cross-platform, C++ game engine for creating 2D/3D games.
Stars: ✭ 3,429 (+220.47%)
Mutual labels:  open-source, cross-platform
Arx
ARX is a comprehensive open source data anonymization tool aiming to provide scalability and usability. It supports various anonymization techniques, methods for analyzing data quality and re-identification risks and it supports well-known privacy models, such as k-anonymity, l-diversity, t-closeness and differential privacy.
Stars: ✭ 398 (-62.8%)
Mutual labels:  open-source, cross-platform
Alimer
Cross-platform game engine.
Stars: ✭ 172 (-83.93%)
Mutual labels:  open-source, cross-platform
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (-52.24%)
Mutual labels:  open-source, cross-platform
Ctk
A set of common support code for medical imaging, surgical navigation, and related purposes.
Stars: ✭ 498 (-53.46%)
Mutual labels:  open-source, cross-platform
Awesome Linux Software
A list of awesome applications, software, tools and other materials for Linux distros.
Stars: ✭ 16,943 (+1483.46%)
Mutual labels:  open-source, cross-platform
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+648.97%)
Mutual labels:  open-source, cross-platform
Panda3d
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
Stars: ✭ 3,035 (+183.64%)
Mutual labels:  open-source, cross-platform
Thermal
One stop to manage all git repository
Stars: ✭ 321 (-70%)
Mutual labels:  open-source, cross-platform
Outwiker
Сross-platform software for keeping your notes in a tree
Stars: ✭ 198 (-81.5%)
Mutual labels:  open-source, cross-platform
Mumble
Mumble is an open-source, low-latency, high quality voice chat software.
Stars: ✭ 4,418 (+312.9%)
Mutual labels:  open-source, cross-platform
Hkosharp
Unofficial C# Library of Hong Kong Observatory API
Stars: ✭ 135 (-87.38%)
Mutual labels:  open-source, cross-platform
Wiki
Wiki.js | A modern and powerful wiki app built on Node.js
Stars: ✭ 14,985 (+1300.47%)
Mutual labels:  open-source, cross-platform
Onionshare
Securely and anonymously share files, host websites, and chat with friends using the Tor network
Stars: ✭ 4,961 (+363.64%)
Mutual labels:  open-source, cross-platform
Acid
A high speed C++17 Vulkan game engine
Stars: ✭ 838 (-21.68%)
Mutual labels:  open-source, cross-platform

tus resumable upload protocol

The protocol is in the protocol.md file.

It is rendered as HTML via Jekyll/Kramdown by the tus.io repository (type make preview there).

License

Licensed under the MIT license, see LICENSE.txt.

Copyright (c) 2013-2016 Transloadit Ltd and Contributors.

OpenAPI specification

The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection.

There exists tools to create http servers and clients to access APIs using the OpenAPI description as input, e.g.:

The directory OpenAPI contains the OpenAPI (version 3.0.1) definitions of the tus protocol. Use a converter, e.g. API Spec Converter, source if you need a different version.

Since implementators are free to use different endpoints, the endpoints documented in the OpenAPI directory are to be considered examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].