{"id":13527585,"url":"https://github.com/irandeno/espresso","last_synced_at":"2026-02-22T05:32:45.895Z","repository":{"id":62421547,"uuid":"252996902","full_name":"irandeno/espresso","owner":"irandeno","description":"Minimal web framework for Deno","archived":false,"fork":false,"pushed_at":"2022-07-08T18:19:09.000Z","size":25,"stargazers_count":43,"open_issues_count":2,"forks_count":8,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-12T22:56:03.251Z","etag":null,"topics":["deno","typescript"],"latest_commit_sha":null,"homepage":"","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/irandeno.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}},"created_at":"2020-04-04T12:56:09.000Z","updated_at":"2025-06-02T07:42:15.000Z","dependencies_parsed_at":"2022-11-01T17:31:21.913Z","dependency_job_id":null,"html_url":"https://github.com/irandeno/espresso","commit_stats":null,"previous_names":["disizali/espresso"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/irandeno/espresso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irandeno%2Fespresso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irandeno%2Fespresso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irandeno%2Fespresso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irandeno%2Fespresso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irandeno","download_url":"https://codeload.github.com/irandeno/espresso/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irandeno%2Fespresso/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29705536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T03:17:42.375Z","status":"ssl_error","status_checked_at":"2026-02-22T03:17:31.622Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deno","typescript"],"created_at":"2024-08-01T06:01:52.657Z","updated_at":"2026-02-22T05:32:45.877Z","avatar_url":"https://github.com/irandeno.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![](https://i.ibb.co/5LPRwBJ/espresso.png)\n\ndeno minimal web framework\n\n# Getting Started\n```javascript\nimport { Application } from \"https://deno.land/x/espresso/mod.ts\";\nconst app = new Application({ port : 80});\n\napp.get(\"/\", (context: any) =\u003e {\n  context.send(\"Hello From Deno !\");\n});\n\napp.start();\n```\n\n\n*This project is under heavy construction and is becoming a great thing...*\n\n**We are very pleased with your cooperation**\n**, If you are interested in working on Espresso project, here are some parts we need to implement and work**\n\n\n\n# TODO\n\n### Web Framework :\n- [x] implement dynamic routes\n- [x] regex routes\n- [ ] namespaced routes\n- [x] implement middlewares\n- [ ] default security\n- [ ] serve local files\n- [ ] support proxies\n- [ ] handle multipart/form-data\n- [ ] support for template engines\n- [ ] export types\n- [ ] error Handling\n- [x] logging\n- [ ] validation\n- [ ] Testing Modules for all supported Features\n\n### community :\n- [ ] init docs\n- [ ] add examples\n- [ ] add style guide\n- [ ] add contributing guide\n- [ ] specify directory structure\n\n### website : \n- [ ] init website repo\n- [ ] use espresso itself in website\n\n## Our Roadmap :\n- [ ] Database integration\n- [ ] Microservices\n- [ ] MVC Pattern\n- [ ] CLI Tool\n- [ ] Web Sockets\n- [ ] GraphQL\n- [ ] Crypto\n- [ ] Helpers\n- [ ] Tests\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firandeno%2Fespresso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firandeno%2Fespresso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firandeno%2Fespresso/lists"}