Gorilla is a web toolkit for the Go programming language that provides useful, composable packages for writing HTTP-based applications.
19
公共仓库
57,607
总星标
1,948
关注者
Gorilla 是一个为 Go 编程语言提供网络工具包的组织,其公共 GitHub 帐户上有多个存储库,主要使用 Go 和 HTML 语言。Gorilla 的一些著名项目包括 gorilla/websocket 和 gorilla/mux,这些项目广泛应用于构建 HTTP 基于的应用程序。
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃
Package gorilla/schema fills a struct with form values.
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
Package gorilla/feeds is a golang rss/atom generator library
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
Package gorilla/rpc is a golang foundation for RPC over HTTP services.
Package gorilla/context is a golang registry for global request variables.
Package gorilla/http is an alternative HTTP client implementation for Go.
Package gorilla/pat is a pretty simple HTTP router for Go.
Package gorilla/css is a CSS3 tokenizer.
Package gorilla/muxy takes gorilla/mux to the next level
Gorilla web toolkit's website.
Package gorilla/reverse is a set of utilities to create request routers.
Package gorilla/i18n groups packages related to internationalization
A fork of the standard template packages.
The .github repository for the @gorilla organization.
gorilla 在 GitHub 上构建了一系列与 HTTP 相关的工具和库,旨在支持 Go 网络应用程序的开发。其主要项目包括 gorilla/websocket 和 gorilla/mux,提供 WebSocket 实现和 HTTP 路由功能。
gorilla 主要使用 Go 和 HTML 作为其公共存储库中的编程语言。Go 语言的高效性使其成为构建网络应用程序的理想选择,HTML 则用于前端组件的开发。
是的,gorilla 的所有存储库都是公开的。用户可以访问其 GitHub 帐户,获取和使用这些存储库中的代码,促进开源社区的协作与发展。