{"id":13581412,"url":"https://github.com/davidfstr/nanoproxy","last_synced_at":"2025-10-15T19:06:52.680Z","repository":{"id":24543199,"uuid":"27949811","full_name":"davidfstr/nanoproxy","owner":"davidfstr","description":"Small fast HTTP forward proxy in Go.","archived":false,"fork":false,"pushed_at":"2021-04-23T13:51:02.000Z","size":6,"stargazers_count":54,"open_issues_count":2,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-18T20:05:23.949Z","etag":null,"topics":["go","golang","http-proxy"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidfstr.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":"2014-12-13T04:53:35.000Z","updated_at":"2025-03-27T04:52:09.000Z","dependencies_parsed_at":"2022-07-24T01:46:20.396Z","dependency_job_id":null,"html_url":"https://github.com/davidfstr/nanoproxy","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/davidfstr%2Fnanoproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fnanoproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fnanoproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fnanoproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidfstr","download_url":"https://codeload.github.com/davidfstr/nanoproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250451598,"owners_count":21432852,"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":["go","golang","http-proxy"],"created_at":"2024-08-01T15:02:01.385Z","updated_at":"2025-10-15T19:06:47.629Z","avatar_url":"https://github.com/davidfstr.png","language":"Go","readme":"# nanoproxy\n\nThis is a tiny HTTP forward proxy written in [Go],\nfor me to gain experience in the Go language.\n\nThis proxy accepts all requests and forwards them directly to the\norigin server. It performs no caching.\n\nDespite this not being a full proxy implementation, it is blazing fast.\nIn particular it is significantly faster than Squid and slightly faster than\nApache's mod_proxy. This demonstrates that Go's built-in HTTP library is\nof a very high quality and that the Go runtime is quite performant.\n\nOnly `xkcd.com` has been really tested with this proxy.\nMany other sites don't work with the current implementation.\n\n## Prerequisites\n\n* Go 1.3.3, or a compatible version\n\n## Installation\n\n* Clone this repository.\n\n```\ngit clone git@github.com:davidfstr/nanoproxy.git\ncd nanoproxy\n```\n\n* Configure your web browser to route all HTTP traffic through `localhost:8080`.\n\n## Usage\n\n* Start the proxy: `go run nanoproxy.go`\n\n* Open your web browser to `http://xkcd.com` or some other page on that site.\n\n[Go]: https://golang.org\n\n## Notes\n\n* Go's HTTP server implementation is really good. I read it all.\n  Only missing feature I desire is the ability to process multiple\n  pipelined HTTP requests in parallel.\n* Go's HTTP client implementation is easy to use, based on my limited\n  experience in this proxy. I have not read its implementation.","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfstr%2Fnanoproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidfstr%2Fnanoproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfstr%2Fnanoproxy/lists"}