{"id":19219911,"url":"https://github.com/rootspyro/goroot","last_synced_at":"2025-06-26T09:04:03.676Z","repository":{"id":143197845,"uuid":"614662911","full_name":"rootspyro/goroot","owner":"rootspyro","description":"GoRoot it's a golang module or micro-framework for the backend development.","archived":false,"fork":false,"pushed_at":"2023-03-24T20:57:34.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T19:42:03.695Z","etag":null,"topics":["backend","framework","go","golang","webdevelopment"],"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/rootspyro.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":"2023-03-16T03:44:46.000Z","updated_at":"2023-04-03T00:53:49.000Z","dependencies_parsed_at":"2023-05-23T18:30:39.249Z","dependency_job_id":null,"html_url":"https://github.com/rootspyro/goroot","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootspyro%2Fgoroot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootspyro%2Fgoroot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootspyro%2Fgoroot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootspyro%2Fgoroot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootspyro","download_url":"https://codeload.github.com/rootspyro/goroot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240292391,"owners_count":19778311,"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":["backend","framework","go","golang","webdevelopment"],"created_at":"2024-11-09T14:33:16.573Z","updated_at":"2025-02-23T09:17:35.805Z","avatar_url":"https://github.com/rootspyro.png","language":"Go","readme":"# GoRoot\n![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/rootspyro/goroot?label=version\u0026style=for-the-badge)\n![GitHub go.mod Go version (subdirectory of monorepo)](https://img.shields.io/github/go-mod/go-version/rootspyro/goroot?style=for-the-badge)\n\nGoRoot it's a golang module or micro-framework for the backend development.\n\n## Features\n\nGoRoot is fully developed with golang standard libraries and supports functionalities such as:\n\n- Responses:\n    - Plain Text\n    - Json\n    - Html rendering\n    - Static files\n\n- Dynamic Routing\n- Middlewares management\n- Cors policy configuration\n- Server configuration\n- Http request logger\n## Quick Start\n\nStart your project with GoRoot\n\n```bash\ngo mod init ${project_name}\ngo get -u \"github.com/rootspyro/goroot\"\n```\n\nNow open the main.go file in your code editor and type the following code.\n```golang\n// main.go\npackage main\n\nimport \"github.com/rootspyro/goroot\"\n\nfunc main() {\n\n    // Create a new server\n\tserver := goroot.New(goroot.Config{})\n\n    // Create \n\tserver.Get(\"/\", func(root *goroot.Root) {\n\t\troot.OK().Send(\"Hello World\")\n\t})\n    \n    // default port 3000\n\tserver.Listen()\n}\n```\n\nFinally run your main.go and you're done!\n\n```bash\ngo run main.go\n```\n\nYou have created a web server with GoRoot.\n\nFollow the [Documentation](docs/README.md) to keep learning!.\n\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n## Authors\n\n- [@rootspyro](https://www.github.com/rootspyro)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootspyro%2Fgoroot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootspyro%2Fgoroot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootspyro%2Fgoroot/lists"}