{"id":19363549,"url":"https://github.com/avinashtare/express-server-python","last_synced_at":"2026-04-13T17:07:33.070Z","repository":{"id":216949961,"uuid":"742597798","full_name":"avinashtare/express-server-python","owner":"avinashtare","description":"Express-Server is a lightweight and fast web server for Python, inspired by the simplicity of Express.js.","archived":false,"fork":false,"pushed_at":"2024-02-01T20:15:23.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-24T23:16:35.199Z","etag":null,"topics":["express","express-python","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/express-server/","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/avinashtare.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-01-12T20:46:33.000Z","updated_at":"2024-01-24T21:37:17.000Z","dependencies_parsed_at":"2024-01-24T22:45:46.160Z","dependency_job_id":"fe41c57d-af57-4d99-b609-a19fe07c7ab8","html_url":"https://github.com/avinashtare/express-server-python","commit_stats":null,"previous_names":["avinashtare/express-server-python"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/avinashtare/express-server-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashtare%2Fexpress-server-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashtare%2Fexpress-server-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashtare%2Fexpress-server-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashtare%2Fexpress-server-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avinashtare","download_url":"https://codeload.github.com/avinashtare/express-server-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinashtare%2Fexpress-server-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284742551,"owners_count":27056072,"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-11-16T02:00:05.974Z","response_time":65,"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":["express","express-python","python"],"created_at":"2024-11-10T07:34:31.271Z","updated_at":"2025-11-16T17:02:55.099Z","avatar_url":"https://github.com/avinashtare.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express-Server\n\nExpress-Server is a lightweight and fast web server for Python, inspired by the simplicity  of Express.js.\n\n![images](https://camo.githubusercontent.com/f6128b6a17c28ec054b7ab67e595d39f503a0e17b116901141c05e1a1016985a/68747470733a2f2f692e636c6f756475702e636f6d2f7a6659366c4c376546612d3330303078333030302e706e67)\n\n**Simple Syntax**\n```python\nfrom express_server import express\napp = express()\n\ndef home(req,res,next):\n    return res.send(\"Hello World\")\n\napp.get(\"/\",home)\n\napp.listen(3000)\n```\n\n### Installation\n\nThis is a [Python](https://python.org/) library available through the pip registry.\n\nBefore installing, download and install [python](https://www.python.org/downloads/). Python 3.1 or higher is required.\n\nInstallation is done using the pip command:\n```shell\n$ pip install express-server\n```\n\n#### 🛠️ **This project is currently in development! Use For Fun**\n\nWe are actively working on improving and expanding this project. While many features are functional, there may be bugs or incomplete functionality. If you encounter any issues or have suggestions, feel free to open an issue or contribute to the development.\n\n#### Security Notice\n\n🔒 **This project is not intended for production use, and it may not be secure.**\n\nAs a work in progress, security considerations have not been fully addressed. Avoid using this project in a production environment or with sensitive data.\n\n#### Links\n* PyPI Releases: https://pypi.org/project/express-server/\n* Github Code: https://github.com/avinashtare/express-server-python","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinashtare%2Fexpress-server-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinashtare%2Fexpress-server-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinashtare%2Fexpress-server-python/lists"}