{"id":13393693,"url":"https://github.com/gobuffalo/buffalo","last_synced_at":"2025-10-05T16:30:51.505Z","repository":{"id":22261059,"uuid":"25594973","full_name":"gobuffalo/buffalo","owner":"gobuffalo","description":"Rapid Web Development w/ Go","archived":true,"fork":false,"pushed_at":"2023-12-04T10:36:29.000Z","size":16204,"stargazers_count":8097,"open_issues_count":24,"forks_count":578,"subscribers_count":163,"default_branch":"v1","last_synced_at":"2025-01-10T20:45:17.916Z","etag":null,"topics":["buffalo","framework","go","gobuffalo","golang","rails","web","web-framework","webframework"],"latest_commit_sha":null,"homepage":"http://gobuffalo.io","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/gobuffalo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"markbates","patreon":"buffalo"}},"created_at":"2014-10-22T17:35:14.000Z","updated_at":"2025-01-07T15:49:44.000Z","dependencies_parsed_at":"2023-07-13T21:09:18.405Z","dependency_job_id":"9fff60d0-ae7b-40fc-ab7c-3fa7f69d43b0","html_url":"https://github.com/gobuffalo/buffalo","commit_stats":{"total_commits":2229,"total_committers":170,"mean_commits":"13.111764705882353","dds":0.4297891431135038,"last_synced_commit":"6f2bafeb55368d88f17b63dea10d569036ff85fd"},"previous_names":["markbates/buffalo"],"tags_count":163,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobuffalo%2Fbuffalo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobuffalo%2Fbuffalo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobuffalo%2Fbuffalo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobuffalo%2Fbuffalo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gobuffalo","download_url":"https://codeload.github.com/gobuffalo/buffalo/tar.gz/refs/heads/v1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235418391,"owners_count":18987131,"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":["buffalo","framework","go","gobuffalo","golang","rails","web","web-framework","webframework"],"created_at":"2024-07-30T17:00:58.721Z","updated_at":"2025-10-05T16:30:51.500Z","avatar_url":"https://github.com/gobuffalo.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/gobuffalo/buffalo/master/logo.svg\" width=\"360\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://pkg.go.dev/github.com/gobuffalo/buffalo\"\u003e\u003cimg src=\"https://pkg.go.dev/badge/github.com/gobuffalo/buffalo\" alt=\"PkgGoDev\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/gobuffalo/buffalo/actions/workflows/standard-go-test.yml\"\u003e\u003cimg src=\"https://github.com/gobuffalo/buffalo/actions/workflows/standard-go-test.yml/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/gobuffalo/buffalo\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/gobuffalo/buffalo\" alt=\"Go Report Card\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.codetriage.com/gobuffalo/buffalo\"\u003e\u003cimg src=\"https://www.codetriage.com/gobuffalo/buffalo/badges/users.svg\" alt=\"Open Source Helpers\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Buffalo\n\nA Go web development eco-system, designed to make your project easier.\n\nBuffalo helps you to generate a web project that already has everything from front-end (JavaScript, SCSS, etc.) to the back-end (database, routing, etc.) already hooked up and ready to run. From there it provides easy APIs to build your web application quickly in Go.\n\nBuffalo **isn't just a framework**; it's a holistic web development environment and project structure that **lets developers get straight to the business** of, well, building their business.\n\n\u003e I :heart: web dev in go again - Brian Ketelsen\n\n## Versions\n\nThe current stable version of Buffalo core is v1 (`v1` branch).\n\nVersions (branches):\n* `main` is for the current mainstream development.\n* `v1` is the current stable release.\n\n## ⚠️ Important\n\nBuffalo works only with Go [modules](https://blog.golang.org/using-go-modules). `GOPATH` mode is likely to break most of the functionality of the Buffalo eco-system. Please see [this blog post](https://blog.gobuffalo.io/the-road-to-1-0-requiring-modules-5672c6b015e5) for more information.\n\nAlso, the Buffalo team actively gives support to the last 2 versions of Go, which at the moment are Go 1.23 and 1.24. While Buffalo `may` work on older versions, we encourage you to upgrade to latest 2 versions of Go for a better development experience.\n\n## Documentation\n\nPlease visit [http://gobuffalo.io](http://gobuffalo.io) for the latest documentation, examples, and more.\n\n### Quick Start\n\n- [Installation](https://gobuffalo.io/documentation/getting_started/installation)\n- [Create a new project](https://gobuffalo.io/documentation/getting_started/new-project)\n- [Tutorials](https://gobuffalo.io/documentation/tutorials/)\n\n## Shoulders of Giants\n\nBuffalo would not be possible if not for all of the great projects it depends on. Please see [SHOULDERS.md](SHOULDERS.md) to see a list of them.\n\n### Templating\n\n[github.com/gobuffalo/plush](https://github.com/gobuffalo/plush) - This templating package was chosen over the standard Go `html/template` package for a variety of reasons. The biggest of which is that it is significantly more flexible and easy to work with.\n\n### Routing\n\n[github.com/gorilla/mux](https://github.com/gorilla/mux) - This router was chosen because of its stability and flexibility. There might be faster routers out there, but this one is definitely the most powerful!\n\n### Task Runner (Optional)\n\n[github.com/markbates/grift](https://github.com/markbates/grift) - If you're familiar with Rake tasks from Ruby, you'll be right at home using Grift. This package was chosen to allow for the easy running of simple, and common, tasks that most web applications need. Think things like seeding a database or taking in a CSV file and generating database records. Buffalo ships with an example `routes` task that prints of the defined routes and the function that handles those requests.\n\n### Models/ORM (Optional)\n\n[github.com/gobuffalo/pop](https://github.com/gobuffalo/pop) - Accessing databases is nothing new in web applications. Pop, and its command line tool, Soda, were chosen because they strike a nice balance between simplifying common tasks, being idiomatic, and giving you the flexibility you need to build your app. Pop and Soda share the same core philosophies as Buffalo, so they were a natural choice.\n\n### Sessions, Cookies, WebSockets, and more\n\n[github.com/gorilla](https://github.com/gorilla) - The Gorilla toolkit is a great set of packages designed to improve upon the standard library for a variety of web-related packages. With these high-quality packages Buffalo can keep its \"core\" code to a minimum and focus on its goal of gluing them all together to make your life better.\n\n## Benchmarks\n\nOh, yeah, everyone wants benchmarks! What would a web framework be without its benchmarks? Well, guess what? I'm not giving you any! That's right. This is Go! I assure you that it is plenty fast enough for you. If you want benchmarks you can either a) check out any benchmarks that the [GIANTS](SHOULDERS.md) Buffalo is built upon having published, or b) run your own. I have no interest in playing the benchmark game, and neither should you.\n\n## Contributing\n\nFirst, thank you so much for wanting to contribute! It means so much that you care enough to want to contribute. We appreciate every PR from the smallest of typos to the be biggest of features.\n\n**Here are the core rules to respect**:\n\n- If you have any question, please consider using the\n  [Slack channel](https://gophers.slack.com/messages/buffalo/) (-#buffalo-,\n  *#buffalo_fr* or *#buffalo-dev* for contribution related questions) or\n  [Stack Overflow](https://stackoverflow.com/questions/tagged/buffalo).\n  We use GitHub issues for **bug reports and feature requests only**.\n- All contributors of this project are working on their free time: be patient\n  and kind. :-\n- Consider opening an issue **BEFORE** creating a Pull request (PR): you won't\n  lose your time on fixing non-existing bugs, or fixing the wrong bug. Also we\n  can help you to produce the best PR!\n- Open a PR against the `main` branch if your PR is for mainstream or version\n  specific branch e.g. `v1` if your PR is for specific version.\n  Note that the valid branch for a new feature request PR should be `main`\n  while a PR against a version specific branch are allowed only for bugfixes.\n\nFor the full contribution guidelines, please read [CONTRIBUTING](.github/CONTRIBUTING.md).\n","funding_links":["https://github.com/sponsors/markbates","https://patreon.com/buffalo"],"categories":["Popular","开源类库","Go","Open source library","Repositories"],"sub_categories":["Web 框架","Web Framework"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobuffalo%2Fbuffalo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgobuffalo%2Fbuffalo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobuffalo%2Fbuffalo/lists"}