{"id":29188725,"url":"https://github.com/techwritescode/promenade","last_synced_at":"2025-07-01T22:36:57.781Z","repository":{"id":88652779,"uuid":"133439854","full_name":"techwritescode/promenade","owner":"techwritescode","description":"A modern router for Node.JS","archived":false,"fork":false,"pushed_at":"2018-05-18T12:59:49.000Z","size":231,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T19:30:43.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://simonhochrein.github.io/promenade","language":"TypeScript","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/techwritescode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-15T01:05:56.000Z","updated_at":"2018-05-18T12:59:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"71807456-41a8-4017-b03f-3bd9deacc992","html_url":"https://github.com/techwritescode/promenade","commit_stats":null,"previous_names":["techwritescode/promenade"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/techwritescode/promenade","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techwritescode%2Fpromenade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techwritescode%2Fpromenade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techwritescode%2Fpromenade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techwritescode%2Fpromenade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techwritescode","download_url":"https://codeload.github.com/techwritescode/promenade/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techwritescode%2Fpromenade/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263047535,"owners_count":23405278,"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-07-01T22:36:56.797Z","updated_at":"2025-07-01T22:36:57.713Z","avatar_url":"https://github.com/techwritescode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"text-align:center\"\u003e\u003cimg src=\"https://github.com/simonhochrein/promenade/raw/master/assets/Promenade.png\"/\u003e\u003c/div\u003e\n\n## Install\nInstall using yarn\n```bash\n$ yarn add https://github.com/simonhochrein/promenade\n```\nOr npm\n```bash\n$ npm i https://github.com/simonhochrein/promenade\n```\n\n## Example\n```\n├──routes\n│  └──main.ts\n├──server.ts\n└──tsconfig.json\n```\ntsconfig.json\n```json\n{\n    \"compilerOptions\": {\n        \"outDir\": \"./dist\",\n        \"target\": \"es5\",\n        \"emitDecoratorMetadata\": true,\n        \"experimentalDecorators\": true,\n        \"lib\": [\n            \"es6\"\n        ]\n    }\n}\n```\nserver.ts\n```typescript\nimport * as http from 'http';\nimport \"promenade/auto\";\n\nautoload(__dirname, \"routes/*.js\");\n\nhttp.createServer(Server()).listen(8888);\n```\nroutes/main.ts\n```typescript\n@Router()\nclass Main {\n    @Get(\"/\")\n    Index() {\n        Response.Send(\"Hello World!\");\n    }\n}\n```\n\n### Running\n```bash\n$ tsc\n$ cd dist\n$ node server.js\n```\n\n## [Documentation](https://simonhochrein.github.io/promenade)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwritescode%2Fpromenade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechwritescode%2Fpromenade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwritescode%2Fpromenade/lists"}