{"id":19651874,"url":"https://github.com/akshitgrover/essen","last_synced_at":"2025-04-28T16:31:52.369Z","repository":{"id":97901974,"uuid":"135771437","full_name":"akshitgrover/essen","owner":"akshitgrover","description":"Essen is a golang based micro web framework, inspired by express.js framework for node.js.","archived":false,"fork":false,"pushed_at":"2018-10-10T21:47:49.000Z","size":30,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T09:51:11.461Z","etag":null,"topics":["framework","go","golang","web","web-framework"],"latest_commit_sha":null,"homepage":"https://akshitgrover.github.io/essen","language":"Go","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/akshitgrover.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":"2018-06-01T23:19:11.000Z","updated_at":"2019-11-19T21:15:34.000Z","dependencies_parsed_at":"2024-06-20T12:04:19.308Z","dependency_job_id":null,"html_url":"https://github.com/akshitgrover/essen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshitgrover%2Fessen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshitgrover%2Fessen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshitgrover%2Fessen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshitgrover%2Fessen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshitgrover","download_url":"https://codeload.github.com/akshitgrover/essen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251346009,"owners_count":21574814,"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":["framework","go","golang","web","web-framework"],"created_at":"2024-11-11T15:08:20.352Z","updated_at":"2025-04-28T16:31:52.022Z","avatar_url":"https://github.com/akshitgrover.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Essen\n\n[![GoDoc](https://godoc.org/github.com/akshitgrover/essen?status.svg)](https://godoc.org/github.com/akshitgrover/essen)\n[![Go Report Card](https://goreportcard.com/badge/github.com/akshitgrover/essen)](https://goreportcard.com/report/github.com/akshitgrover/essen)\n\nEssen is a golang based micro web framework, inspired by express.js framework for node.js.\nIt is in a  very early stage, with some request and response mapping, With time it will ripe.\n\n## Why the name?\n\nThe time I started developing it I had that sensation of eating something, in german **essen** is **To eat** so the name :P :'|)\n\n## 10 seconds to code:\n\n```go\npackage main\n\nimport(\n\t\"github.com/akshitgrover/essen\"\n)\n\nfunc main(){\n\te := essen.App()\n\n\te.Use(\"/getpath\",func(res essen.Response,req essen.Request){\n\t\tres.Send(200, \"Hello World\")\n\t}) // Use Method is for any request method\n\n\t// Similar Methods For Post And Get Request\n\n\te.Listen(\u003cport\u003e) // Specify The PORT\n}\n```\n\n## P.S.\n\nThis project is in very early stage, will be developing it further.\n\nWill love any suggestions and ideas for the same.\n\n## Copyright \u0026 License\n\n[MIT License](./LICENSE)\n\nCopyright (c) 2018 Akshit Grover","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshitgrover%2Fessen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshitgrover%2Fessen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshitgrover%2Fessen/lists"}