{"id":28585939,"url":"https://github.com/phusion/brow-route.js","last_synced_at":"2026-04-10T14:33:37.990Z","repository":{"id":17394381,"uuid":"20166785","full_name":"phusion/brow-route.js","owner":"phusion","description":"A simple hash based router for modern web applications","archived":false,"fork":false,"pushed_at":"2024-01-03T21:34:58.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-11T10:58:08.312Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/phusion.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":"2014-05-25T21:47:07.000Z","updated_at":"2024-01-03T21:35:02.000Z","dependencies_parsed_at":"2022-08-28T11:10:21.401Z","dependency_job_id":null,"html_url":"https://github.com/phusion/brow-route.js","commit_stats":null,"previous_names":["d-snp/brow-route.js"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/phusion/brow-route.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phusion%2Fbrow-route.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phusion%2Fbrow-route.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phusion%2Fbrow-route.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phusion%2Fbrow-route.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phusion","download_url":"https://codeload.github.com/phusion/brow-route.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phusion%2Fbrow-route.js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265297045,"owners_count":23742585,"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":"2025-06-11T06:12:28.750Z","updated_at":"2025-12-12T05:02:03.486Z","avatar_url":"https://github.com/phusion.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Brow Route\n==========\nA simple hash based router for modern web applications\n------------------------------------------------------\n\nUsage example:\n\n```\nvar router = new BrowRoute.Router()\nrouter.on(\"books/:book_id/chapters/:chapter_id(/:action)\", function(book_id, chapter_id, action, options) {\n    Application.Run(BookChapterController, book_id, chapter_id, action, options);\n})\nrouter.start()\n```\n\nYou can then visit this route by going to:\n\n    http://your-url.nl/your-brow-route-app#/books/1/chapters/12/show-summary?language=dutch\n\nAnd the parameters passed into the handler would be: `1,12,’show-summary’,{language: “dutch”}`\n\nContributing\n-------\n\nYou can develop on this project by first installing it like:\n\n    npm install\n\nThen you can compile and watch the project by running:\n\n    gulp watch\n\nAnd then you can run the test environment like:\n\n    karma start\n\nAnd you’re ready to rock! Let me know if you’ve got some nice features or fixes. I want to keep the project\nnice and clean but perhaps there’s some room for improvements or handy features. I’ll respond to PR’s quickly.\n\nCredits\n-------\n\nA bunch of the routing logic was inspired on the codebase of director.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphusion%2Fbrow-route.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphusion%2Fbrow-route.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphusion%2Fbrow-route.js/lists"}