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 Loading

  1. mux mux Public

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

    Go 20.4k 1.8k

  2. websocket websocket Public

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

    Go 21.6k 3.5k

  3. sessions sessions Public

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

    Go 2.8k 371

  4. handlers handlers Public

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

    Go 1.6k 272

  5. schema schema Public

    Package gorilla/schema fills a struct with form values.

    Go 1.3k 224

  6. csrf csrf Public

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

    Go 1k 157

Repositories

Showing 10 of 19 repositories
  • websocket Public

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

    gorilla/websocket’s past year of commit activity
    Go 21,596 BSD-2-Clause 3,452 45 13 Updated Jun 26, 2024
  • mux Public

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

    gorilla/mux’s past year of commit activity
    Go 20,413 BSD-3-Clause 1,837 18 6 Updated Jun 20, 2024
  • feeds Public

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

    gorilla/feeds’s past year of commit activity
    Go 724 BSD-3-Clause 148 0 0 Updated Jun 17, 2024
  • schema Public

    Package gorilla/schema fills a struct with form values.

    gorilla/schema’s past year of commit activity
    Go 1,336 BSD-3-Clause 224 6 1 Updated Jun 15, 2024
  • sessions Public

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

    gorilla/sessions’s past year of commit activity
    Go 2,798 BSD-3-Clause 371 0 0 Updated Jun 15, 2024
  • rpc Public

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

    gorilla/rpc’s past year of commit activity
    Go 574 BSD-3-Clause 178 19 0 Updated Mar 6, 2024
  • csrf Public

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

    gorilla/csrf’s past year of commit activity
    Go 1,013 BSD-3-Clause 157 4 1 Updated Mar 4, 2024
  • handlers Public

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

    gorilla/handlers’s past year of commit activity
    Go 1,625 BSD-3-Clause 272 14 3 Updated Feb 20, 2024
  • pat Public

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

    gorilla/pat’s past year of commit activity
    Go 149 BSD-3-Clause 24 0 0 Updated Dec 7, 2023
  • securecookie Public

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

    gorilla/securecookie’s past year of commit activity
    Go 675 BSD-3-Clause 153 4 2 Updated Nov 8, 2023