{"id":23666401,"url":"https://github.com/mismith/remote-static","last_synced_at":"2025-12-11T04:30:14.712Z","repository":{"id":57353225,"uuid":"75234629","full_name":"mismith/remote-static","owner":"mismith","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-30T23:46:06.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T16:24:40.101Z","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/mismith.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}},"created_at":"2016-11-30T22:57:55.000Z","updated_at":"2017-03-27T23:53:23.000Z","dependencies_parsed_at":"2022-09-18T23:21:58.827Z","dependency_job_id":null,"html_url":"https://github.com/mismith/remote-static","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith%2Fremote-static","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith%2Fremote-static/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith%2Fremote-static/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mismith%2Fremote-static/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mismith","download_url":"https://codeload.github.com/mismith/remote-static/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239674036,"owners_count":19678329,"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-12-29T07:30:01.544Z","updated_at":"2025-12-11T04:30:14.650Z","avatar_url":"https://github.com/mismith.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# remote-static\n\nExpress middleware to proxy-map local URLs to a remote host.\n\n\n# Usage\n\nSimply specify the remote URL when you add your middleware:\n\n\tconst express      = require('express'),\n\t      app          = express(),\n\t      remoteStatic = require('remote-static');\n\n\tapp.use(remoteStatic('https://example.com'));\n\tapp.listen(3000);\n\nThen, if you ping say, `localhost:3000/path/to/asset` and `https://example.com/path/to/asset` exists, it will be served up.\nIf it doesn't exist, this middleware internally calls `next()` and the request passes through unaffected.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmismith%2Fremote-static","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmismith%2Fremote-static","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmismith%2Fremote-static/lists"}