{"id":15700549,"url":"https://github.com/nickstenning/router-archive","last_synced_at":"2026-03-11T10:02:54.584Z","repository":{"id":66096444,"uuid":"9549533","full_name":"nickstenning/router-archive","owner":"nickstenning","description":"An experimental first-line HTTP router (built for GOV.UK)","archived":false,"fork":false,"pushed_at":"2013-09-06T14:34:04.000Z","size":108,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T14:15:18.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/nickstenning.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":"2013-04-19T16:27:03.000Z","updated_at":"2024-04-23T04:05:50.000Z","dependencies_parsed_at":"2023-02-19T22:30:53.571Z","dependency_job_id":null,"html_url":"https://github.com/nickstenning/router-archive","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/nickstenning%2Frouter-archive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Frouter-archive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Frouter-archive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Frouter-archive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickstenning","download_url":"https://codeload.github.com/nickstenning/router-archive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754344,"owners_count":21958843,"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-10-03T19:49:53.440Z","updated_at":"2026-03-11T10:02:49.550Z","avatar_url":"https://github.com/nickstenning.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"router\n======\n\nThis is an experimental HTTP(S) reverse proxy router built on top of\n[`triemux`][tm]. It loads a routing table into memory from a MongoDB database,\nand acts as a reverse proxy, serving responses from multiple backend servers on\na single domain.\n\nPlease note that this project is at a very early stage of development, so\nprobably shouldn't be used in production environments without extensive testing.\n\n[tm]: https://github.com/nickstenning/router/tree/master/triemux\n\nBuild\n-----\n\nIf you have a working [Go][go] development setup, you should be able to run:\n\n    go install github.com/nickstenning/router\n    $GOPATH/bin/router -h\n\nIf you've just checked out this repository and have the `go` tool on your $PATH,\nyou can just build the router in-place:\n\n    go build\n\n[go]: http://golang.org\n\nBenchmarks\n----------\n\nIf you have a local mongo instance, you can load a set of routes which are\nuseful for running benchmark tools with\n\n    ./tools/benchsetup\n\nYou can then run a test backend with\n\n    go run testserver/testserver.go -randomBody\n\nAnd start the router against the benchmark database with\n\n    go run *.go -mongoDbName=routerbench\n\nAnd then benchmark against the URLs in `testdata/benchurls`.\n\nLicense\n-------\n\n`router` is released under the MIT license, a copy of which can be found in\n`LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickstenning%2Frouter-archive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickstenning%2Frouter-archive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickstenning%2Frouter-archive/lists"}