{"id":20872735,"url":"https://github.com/zalari/tus-client","last_synced_at":"2026-04-29T03:31:26.763Z","repository":{"id":18705170,"uuid":"21915572","full_name":"zalari/tus-client","owner":"zalari","description":"tus.io compatible client module for node, for uploading files","archived":false,"fork":false,"pushed_at":"2014-07-16T20:37:22.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-31T21:13:30.427Z","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-16T20:15:29.000Z","updated_at":"2014-09-08T15:19:15.000Z","dependencies_parsed_at":"2022-09-25T09:33:51.459Z","dependency_job_id":null,"html_url":"https://github.com/zalari/tus-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zalari/tus-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalari%2Ftus-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalari%2Ftus-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalari%2Ftus-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalari%2Ftus-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zalari","download_url":"https://codeload.github.com/zalari/tus-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalari%2Ftus-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32409079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T02:37:21.628Z","status":"ssl_error","status_checked_at":"2026-04-29T02:36:50.947Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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:35.140Z","updated_at":"2026-04-29T03:31:26.746Z","avatar_url":"https://github.com/zalari.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tus-server\n[TUS Protocol 0.2.2](http://www.tus.io/protocols/resumable-upload.html) Client implementation in nodejs.\n\nRight now it is a heavy work in progress and it does not claim to be compatible to the tus.io protocol (yet). 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## Examples\n\ntus-client comes with a command-line based client tool:\n```\ntus_upload.js file uploadURI [offset]\n```\nThe uploadURI *must* end with a slash!\n\n## Usage\nHave a look at (tus_upload.js) to see how to use the module.\n\n## License\n[MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalari%2Ftus-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzalari%2Ftus-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalari%2Ftus-client/lists"}