{"id":21989093,"url":"https://github.com/repcomm/sserve","last_synced_at":"2026-04-16T11:03:04.012Z","repository":{"id":65798388,"uuid":"591376673","full_name":"RepComm/sserve","owner":"RepComm","description":"serve + file streams + SSL + extra features","archived":false,"fork":false,"pushed_at":"2023-02-10T15:35:50.000Z","size":185,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T02:39:55.272Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RepComm.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-20T15:55:15.000Z","updated_at":"2023-01-20T15:56:01.000Z","dependencies_parsed_at":"2023-05-18T19:45:24.046Z","dependency_job_id":null,"html_url":"https://github.com/RepComm/sserve","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RepComm/sserve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Fsserve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Fsserve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Fsserve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Fsserve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RepComm","download_url":"https://codeload.github.com/RepComm/sserve/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RepComm%2Fsserve/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265982759,"owners_count":23859573,"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","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-29T19:27:44.036Z","updated_at":"2026-04-16T11:03:03.944Z","avatar_url":"https://github.com/RepComm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sserve\nLike `serve`, but supports HTTPS, and streams files instead of reading into RAM\n\n## why\nI wanted to transfer a 22GB + file from fedora workstation to Ventura Mac,\nit went quicker to write a script to pipe a file stream to http server than to transfer via usb..\n\nServe is great, but it choked on the 22GB file, but OSes apparently block the UI thread while doing almost zero network load while waiting for the file to load.\nI don't know what the plan was, but I don't have 22GB of ram, and I disable swap.\n\nAlso the need for using self signed SSL certs comes up a lot.\n\n## usage\n`npm i @repcomm/sserve -g`\n\nNavigate to directory wished to be served, then run:\n\n`$ sserve`\n\n## implemented\n- directory navigation (including spaces in file names)\n- file streaming (doesn't choke on large files)\n- basic interface\n- half baked server side renderer w/ similar API to @roguecircuitry/htmless\n\n## not implemented / planned mvp\n- proper sanitisation (god knows what people will name their files)\n- SSL is not tested yet\n- auto-gen self signed SSL keys w/ openssh\n- download folder as zip feature\n\n## non-mvp ideas\n- upload files?\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepcomm%2Fsserve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frepcomm%2Fsserve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frepcomm%2Fsserve/lists"}