{"id":20994942,"url":"https://github.com/elliotgao2/xweb","last_synced_at":"2025-04-09T17:24:05.066Z","repository":{"id":62590251,"uuid":"84032988","full_name":"elliotgao2/xweb","owner":"elliotgao2","description":"High performance async web framework.","archived":false,"fork":false,"pushed_at":"2018-11-08T07:41:20.000Z","size":126,"stargazers_count":313,"open_issues_count":1,"forks_count":36,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-02T11:49:13.362Z","etag":null,"topics":["asyncio","httptools","microframework","middleware","uvloop","web","webframework","xweb"],"latest_commit_sha":null,"homepage":"","language":"Python","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/elliotgao2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-06T05:21:57.000Z","updated_at":"2024-05-13T02:01:30.000Z","dependencies_parsed_at":"2022-11-04T06:42:14.365Z","dependency_job_id":null,"html_url":"https://github.com/elliotgao2/xweb","commit_stats":null,"previous_names":["gaojiuli/xweb"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fxweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fxweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fxweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fxweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliotgao2","download_url":"https://codeload.github.com/elliotgao2/xweb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248075509,"owners_count":21043600,"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":["asyncio","httptools","microframework","middleware","uvloop","web","webframework","xweb"],"created_at":"2024-11-19T07:20:40.532Z","updated_at":"2025-04-09T17:24:05.047Z","avatar_url":"https://github.com/elliotgao2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![[logo](https://github.com/gaojiuli/xweb)](logo.png)\n\n\n![[Build](https://travis-ci.org/gaojiuli/xweb)](https://travis-ci.org/gaojiuli/xweb.svg?branch=master)\n![[License](https://pypi.python.org/pypi/xweb/)](https://img.shields.io/pypi/l/xweb.svg)\n![[Pypi](https://pypi.python.org/pypi/xweb/)](https://img.shields.io/pypi/v/xweb.svg)\n![[Python](https://pypi.python.org/pypi/xweb/)](https://img.shields.io/pypi/pyversions/xweb.svg)\n\nHigh performance web framework.\n\n## Installation\n\n`pip install xweb`\n\n## Usage\n\n```python\nfrom xweb import App, RESTController\n\n\nclass IndexController(RESTController):\n    async def get(self):\n        self.ctx.body = {\"Hello\": \"World\"}\n\n\napp = App()\napp.routes = {\n    '/': IndexController\n}\n\napp.listen()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotgao2%2Fxweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliotgao2%2Fxweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotgao2%2Fxweb/lists"}