{"id":17118943,"url":"https://github.com/chyroc/gor","last_synced_at":"2025-03-24T02:18:51.365Z","repository":{"id":57598880,"uuid":"111753355","full_name":"chyroc/gor","owner":"chyroc","description":"[toy] web framework for Golang","archived":false,"fork":false,"pushed_at":"2018-01-01T07:46:57.000Z","size":5960,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-29T08:22:54.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/chyroc.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}},"created_at":"2017-11-23T02:21:26.000Z","updated_at":"2018-08-27T10:22:51.000Z","dependencies_parsed_at":"2022-09-26T19:53:29.249Z","dependency_job_id":null,"html_url":"https://github.com/chyroc/gor","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/chyroc%2Fgor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyroc%2Fgor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyroc%2Fgor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chyroc%2Fgor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chyroc","download_url":"https://codeload.github.com/chyroc/gor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245195962,"owners_count":20575938,"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-14T17:55:50.009Z","updated_at":"2025-03-24T02:18:51.345Z","avatar_url":"https://github.com/chyroc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gor\nFast, minimalist web framework for [Golang](https://golang.org/)\n\n[![CircleCI](https://circleci.com/gh/Chyroc/gor/tree/master.svg?style=svg\u0026circle-token=5cf109814e08b0d6eee1b4ba4a6e8b2a5c792c84)](https://circleci.com/gh/Chyroc/gor/tree/master)\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/Chyroc/gor\"\n)\n\nfunc main() {\n\tapp := gor.NewGor()\n\n\tapp.Get(\"/\", func(req *gor.Req, res *gor.Res) {\n\t\tres.Send(\"Hello World\")\n\t})\n\n\tlog.Fatal(app.Listen(\":3000\"))\n}\n```\n\n![](./examples/helloworld/screenshot.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchyroc%2Fgor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchyroc%2Fgor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchyroc%2Fgor/lists"}