{"id":15014359,"url":"https://github.com/maxcountryman/hyperlight","last_synced_at":"2025-08-30T05:02:16.489Z","repository":{"id":62432923,"uuid":"89753872","full_name":"maxcountryman/hyperlight","owner":"maxcountryman","description":"A performance-focused HTTP reverse proxy","archived":false,"fork":false,"pushed_at":"2017-06-23T22:38:05.000Z","size":38,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-14T11:54:11.219Z","etag":null,"topics":["aleph","clojure","http-proxy","netty","proxy-server","reverse-proxy"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxcountryman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-29T00:17:25.000Z","updated_at":"2025-01-14T13:52:01.000Z","dependencies_parsed_at":"2022-11-01T21:16:01.499Z","dependency_job_id":null,"html_url":"https://github.com/maxcountryman/hyperlight","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/maxcountryman/hyperlight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxcountryman%2Fhyperlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxcountryman%2Fhyperlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxcountryman%2Fhyperlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxcountryman%2Fhyperlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxcountryman","download_url":"https://codeload.github.com/maxcountryman/hyperlight/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxcountryman%2Fhyperlight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272805574,"owners_count":24995916,"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-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["aleph","clojure","http-proxy","netty","proxy-server","reverse-proxy"],"created_at":"2024-09-24T19:45:31.170Z","updated_at":"2025-08-30T05:02:16.420Z","avatar_url":"https://github.com/maxcountryman.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyperlight\n\n[![Clojars Project](https://img.shields.io/clojars/v/hyperlight.svg)](https://clojars.org/hyperlight)\n\nA performance-focused HTTP reverse proxy written with [Aleph](http://aleph.io).\n\n## Usage\n\nCreating a proxy is simple with Hyperlight.\n\n```clj\n(require '[hyperlight.http-proxy :as http-proxy])\n\n(def example-proxy\n  (http-proxy/create-handler\n    {:url \"http://www.example.com/\"}))\n\n(http-proxy/start-server example-proxy {:port 3000})\n```\n\nThe proxy server will now be listening on [localhost:3000](http://localhost:3000).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxcountryman%2Fhyperlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxcountryman%2Fhyperlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxcountryman%2Fhyperlight/lists"}