bsingr / tus-nodejs-minio-s3-demo

tus upload protocol nodejs server with fake s3 backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo of tus-upload with S3 Backend and minio S3

# install dependencies
npm install

# start tus server, s3 minio and client
npm start

# open client to upload something
open http://localhost:5000/client.html

About

tus upload protocol nodejs server with fake s3 backend


Languages

Language:JavaScript 51.6%Language:HTML 48.4%