{"id":20872730,"url":"https://github.com/zalari/tus-server","last_synced_at":"2025-07-23T23:04:34.622Z","repository":{"id":18697022,"uuid":"21907053","full_name":"zalari/tus-server","owner":"zalari","description":"Nodejs-based server, that aims to implement the tus.io upload protocol using standard nodejs frameworks.","archived":false,"fork":false,"pushed_at":"2014-07-16T16:20:50.000Z","size":132,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-01T02:02:24.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zalari.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-16T15:45:46.000Z","updated_at":"2014-07-16T16:09:23.000Z","dependencies_parsed_at":"2022-08-05T01:00:56.122Z","dependency_job_id":null,"html_url":"https://github.com/zalari/tus-server","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zalari/tus-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalari%2Ftus-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalari%2Ftus-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalari%2Ftus-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalari%2Ftus-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zalari","download_url":"https://codeload.github.com/zalari/tus-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalari%2Ftus-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266764685,"owners_count":23980606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T06:20:30.127Z","updated_at":"2025-07-23T23:04:34.597Z","avatar_url":"https://github.com/zalari.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tus-server\n[TUS Protocol 0.2.1](http://www.tus.io/protocols/resumable-upload.html) Server Implementation in nodejs, using express\n\nRight now it is a heavy work in progress and it does not claim to be compatible to the tus.io protocol. But stay tuned!\n\n## Configuration\nedit config.json\n```js\n{\n\t\"port\":5000,\n    \"prefixPath\":\"/upload/\", //prefix for URL, where the service is waiting\n    \"fileUploadPath\":\"files\", //path to dir, where files are stored\n    \"serverString\":\"tus-server\", //Server-Agent :)\n    \"logDir\": \"logs\", //Winston-Options...\n    \"logRotateSize\": 10485760,\n    \"logLevel\": \"info\",\n    \"host\":\"127.0.0.1\" //Address, that the server should bind to\n}\n```\n- Allowed [log levels](https://github.com/flatiron/winston#using-logging-levels): debug, info, warn, error\n- LogRotateSize: 10MB default\n\n## Install\n```\nnpm install\n```\n\n## Demo\n\n```\nnode app.js\n```\n\n## Usage\nSee app.js for a simple example and for the usage of the various events.\n\n##Thanks\nMany thank go out for (https://github.com/vayam) with his nodejs implementation\n(https://github.com/vayam/brewtus), that this implementation is based on.\n\n## License\n[MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalari%2Ftus-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzalari%2Ftus-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalari%2Ftus-server/lists"}