{"id":23527086,"url":"https://github.com/ashu11-a/kython","last_synced_at":"2025-05-14T10:20:29.774Z","repository":{"id":269620362,"uuid":"908009976","full_name":"Ashu11-A/Kython","owner":"Ashu11-A","description":"Fast and low overhead web framework","archived":false,"fork":false,"pushed_at":"2025-01-11T22:50:36.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T23:33:07.314Z","etag":null,"topics":["bun","deno","framework","framework-http","http","http-requests","http-server","node","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ashu11-A.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":"2024-12-24T21:24:16.000Z","updated_at":"2025-01-11T22:50:39.000Z","dependencies_parsed_at":"2024-12-24T22:23:00.052Z","dependency_job_id":"06908aa4-2159-4e6a-8e6a-7e1f48fe338a","html_url":"https://github.com/Ashu11-A/Kython","commit_stats":null,"previous_names":["ashu11-a/kython"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashu11-A%2FKython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashu11-A%2FKython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashu11-A%2FKython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashu11-A%2FKython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ashu11-A","download_url":"https://codeload.github.com/Ashu11-A/Kython/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239222684,"owners_count":19602655,"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":["bun","deno","framework","framework-http","http","http-requests","http-server","node","nodejs"],"created_at":"2024-12-25T20:11:58.162Z","updated_at":"2025-02-17T02:27:01.924Z","avatar_url":"https://github.com/Ashu11-A.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Kython\n\n![license-info](https://img.shields.io/github/license/Ashu11-A/Kython?style=for-the-badge\u0026colorA=302D41\u0026colorB=f9e2af\u0026logoColor=f9e2af)\n![stars-infoa](https://img.shields.io/github/stars/Ashu11-A/Kython?colorA=302D41\u0026colorB=f9e2af\u0026style=for-the-badge)\n\n![Last-Comitt](https://img.shields.io/github/last-commit/Ashu11-A/Kython?style=for-the-badge\u0026colorA=302D41\u0026colorB=b4befe)\n![Comitts Year](https://img.shields.io/github/commit-activity/y/Ashu11-A/Kython?style=for-the-badge\u0026colorA=302D41\u0026colorB=f9e2af\u0026logoColor=f9e2af)\n![reposize-info](https://img.shields.io/github/languages/code-size/Ashu11-A/Kython?style=for-the-badge\u0026colorA=302D41\u0026colorB=90dceb)\n\n![SourceForge Languages](https://img.shields.io/github/languages/top/Ashu11-A/Kython?style=for-the-badge\u0026colorA=302D41\u0026colorB=90dceb)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"left\"\u003e\n\n## 📃 | Description\n\nThis project was born from the idea of creating a native framework for Bun, Deno, or Node, aiming to be faster than alternatives like Fastify or Express. I’m working to achieve this goal, but for now, this project is just an experiment. I do not recommend using it in production, and no support is available.\n\n## ❓ | How to use\n\n```ts\nimport { Kython, Router } from './src/index'\n\nconst server = new Kython()\n\nserver.get('/', (_request, response) =\u003e {\n  response.send('Hello world')\n})\n\nnew Router({ \n  path: '/exemple',\n  methods: {\n    get(_request, response) {\n      response.json({ hello: 'world' })\n    }\n  }\n})\n\nserver.listen(3000, '0.0.0.0')\n```\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashu11-a%2Fkython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashu11-a%2Fkython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashu11-a%2Fkython/lists"}