{"id":15311657,"url":"https://github.com/aslemammad/espresso","last_synced_at":"2025-10-08T20:32:48.134Z","repository":{"id":105996461,"uuid":"263783309","full_name":"Aslemammad/espresso","owner":"Aslemammad","description":"Minimal web freamework for Deno","archived":false,"fork":true,"pushed_at":"2020-05-15T10:03:22.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-30T10:31:59.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"irandeno/espresso","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aslemammad.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,"governance":null}},"created_at":"2020-05-14T01:21:30.000Z","updated_at":"2021-06-22T10:44:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"7fd8f9d0-7e96-448f-9969-63ae3d88a08b","html_url":"https://github.com/Aslemammad/espresso","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.0714285714285714,"last_synced_commit":"e0f11e66581d5104e6278ac280a3d0f82ce2fc02"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aslemammad%2Fespresso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aslemammad%2Fespresso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aslemammad%2Fespresso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aslemammad%2Fespresso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aslemammad","download_url":"https://codeload.github.com/Aslemammad/espresso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877266,"owners_count":16554910,"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":[],"created_at":"2024-10-01T08:34:14.575Z","updated_at":"2025-10-08T20:32:42.856Z","avatar_url":"https://github.com/Aslemammad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://i.ibb.co/5LPRwBJ/espresso.png)\n\ndeno minimal web framework\n\n# Getting Start\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- [ ] implement dynamic routes\n- [x] regex routes\n- [ ] namespaced routes\n- [ ] implement middlewares\n- [ ] default security\n- [ ] serve local files\n- [ ] support proxies\n- [ ] handle multipart/form-data\n- [ ] support for template engines\n- [ ] export context type\n- [ ] error Handling\n- [ ] logging\n- [ ] validation\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%2Faslemammad%2Fespresso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faslemammad%2Fespresso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faslemammad%2Fespresso/lists"}