Skip to content
@gorilla

Gorilla web toolkit

Gorilla is a web toolkit for the Go programming language that provides useful, composable packages for writing HTTP-based applications.

OpenSSF Best Practices License

🦍 A helpful toolkit for building HTTP-based applications with the Go programming language.

Projects

A few of the most popular libraries:

  • mux, a powerful request router for web applications
  • sessions, making cookies and session management easy
  • websocket, a standards-compliant and widely used websocket library
  • handlers, a collection of useful middleware for Go HTTP applications.

Help

Open an issue on the relevant project. For security issues, see SECURITY.md.

Pinned

  1. mux mux Public

    Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍

    Go 19.9k 1.8k

  2. websocket websocket Public

    Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.

    Go 20.8k 3.4k

  3. sessions sessions Public

    Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.

    Go 2.7k 365

  4. handlers handlers Public

    Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃

    Go 1.6k 274

  5. schema schema Public

    Package gorilla/schema fills a struct with form values.

    Go 1.3k 222

  6. csrf csrf Public

    Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒

    Go 978 157

Repositories

Showing 10 of 19 repositories
  • websocket Public

    Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.

    Go 20,846 BSD-3-Clause 3,420 44 11 Updated Feb 26, 2024
  • handlers Public

    Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃

    Go 1,605 BSD-3-Clause 274 13 4 Updated Feb 20, 2024
  • schema Public

    Package gorilla/schema fills a struct with form values.

    Go 1,278 BSD-3-Clause 222 9 2 Updated Feb 19, 2024
  • rpc Public

    Package gorilla/rpc is a golang foundation for RPC over HTTP services.

    Go 561 BSD-3-Clause 184 19 2 Updated Feb 14, 2024
  • mux Public

    Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍

    Go 19,923 BSD-3-Clause 1,822 16 7 Updated Jan 22, 2024
  • feeds Public

    Package gorilla/feeds is a golang rss/atom generator library

    Go 708 BSD-3-Clause 145 4 1 Updated Jan 10, 2024
  • pat Public

    Package gorilla/pat is a pretty simple HTTP router for Go.

    Go 141 BSD-3-Clause 23 0 0 Updated Dec 7, 2023
  • securecookie Public

    Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.

    Go 652 BSD-3-Clause 155 4 2 Updated Nov 8, 2023
  • .github Public

    The .github repository for the @gorilla organization.

    9 BSD-3-Clause 9 0 0 Updated Nov 5, 2023
  • gorilla.github.io Public

    Gorilla web toolkit's website.

    HTML 58 BSD-3-Clause 20 0 0 Updated Nov 5, 2023