{"id":32119704,"url":"https://github.com/lowbytefox/dinosaurus","last_synced_at":"2025-12-11T21:15:38.165Z","repository":{"id":60078401,"uuid":"540943391","full_name":"LowByteFox/Dinosaurus","owner":"LowByteFox","description":null,"archived":true,"fork":false,"pushed_at":"2024-01-23T12:40:25.000Z","size":365,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-13T01:22:38.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LowByteFox.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-24T19:25:09.000Z","updated_at":"2024-04-06T16:07:44.000Z","dependencies_parsed_at":"2024-11-22T00:46:21.808Z","dependency_job_id":"64bc17b2-00a2-4c4a-ad90-97f5f1ffe397","html_url":"https://github.com/LowByteFox/Dinosaurus","commit_stats":null,"previous_names":["fire-the-fox/dinosaurus"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/LowByteFox/Dinosaurus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowByteFox%2FDinosaurus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowByteFox%2FDinosaurus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowByteFox%2FDinosaurus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowByteFox%2FDinosaurus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LowByteFox","download_url":"https://codeload.github.com/LowByteFox/Dinosaurus/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowByteFox%2FDinosaurus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280137058,"owners_count":26278713,"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-10-20T02:00:06.978Z","response_time":62,"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":[],"created_at":"2025-10-20T18:11:54.877Z","updated_at":"2025-10-20T18:11:57.203Z","avatar_url":"https://github.com/LowByteFox.png","language":"TypeScript","readme":"# Dinosaurus\n### HTTP framework for Deno ported from [Buchta](https://github.com/Fire-The-Fox/buchta)\n\n![Dinosaurus logo](./dinosaurus_icon.png \"Dinosaurus Logo\")\n\n## Get Started\nCreate empty directory\nEnter the directory\ncreate dinosaurus.config.json or grab one from the repository\n```json\n{\n    \"webRootPath\"   : \"./public\",\n    \"cacheRootPath\" : \"./.cache\",\n    \"imports\": {\n    },\n    \"vue-head\": [\n    ],\n    \"rollup-globals\": {\n    }\n}\n```\ncreate public directory\n\nNow you have everything set up \n\n## Example\n```ts\nimport { Dinosaurus } from \"https://deno.land/x/dinosaurus/mod.ts\";\n\nconst app = new Dinosaurus();\n\napp.get(\"/\", (_req, res) =\u003e {\n    res.send(\"hi\");\n});\n\napp.get(\"/id/:id/\", (req, res) =\u003e {\n    res.send(`${req.params.get(\"id\")} ${req.query.get(\"name\")}`);\n})\n\napp.post(\"/json/\", async (req, res) =\u003e {\n    res.send(JSON.stringify(await req.originalReq.json()));\n});\n\napp.run(3000);\n```\nHow to run it\n```bash\ndeno run --allow-read --allow-write --allow-net \u003cfile\u003e\n```\n\n## Still not implemented\n* Working Transpilation for JSX, TSX\n* Docs\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowbytefox%2Fdinosaurus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flowbytefox%2Fdinosaurus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowbytefox%2Fdinosaurus/lists"}