Gorilla is a web toolkit for the Go programming language that provides useful, composable packages for writing HTTP-based applications.
19
Public repositories
57,607
Total stars
1,948
Followers
The Gorilla web toolkit is an organization on GitHub focused on developing tools for the Go programming language. Their public repositories include several widely used projects, such as websocket, mux, and sessions, which provide essential functionalities for building HTTP-based applications. The primary languages used in their repositories are Go and HTML.
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 builds a variety of tools for the Go programming language on GitHub. Notable repositories include websocket for WebSocket implementation, mux for HTTP routing, and sessions for session management, all contributing to HTTP-based application development.
The primary programming language used by gorilla is Go, with some repositories also utilizing HTML. This focus on Go allows gorilla to create efficient and effective web toolkit solutions for developers.
Yes, gorilla's repositories are publicly accessible on GitHub. This transparency allows developers to utilize and contribute to the toolkit, fostering collaboration and improvement within the Go programming community.
Monitor Gorilla web toolkit with RepoGuard and get alerted the moment a new public repository appears.
Monitor this account