The Wayback Machine - https://web.archive.org/web/20210723194842/https://github.com/topics/gorilla
Here are
88 public repositories
matching this topic...
A fast, well-tested and widely used WebSocket implementation for Go.
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.
A collection of useful middleware for Go HTTP services & web applications 🛃
Package gorilla/schema fills a struct with form values.
gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
A golang registry for global request variables.
An alternative HTTP client implementation for Go.
Gorilla WebSocket implementation for fasthttp.
a pretty simple HTTP router for Go.
Gorilla websockets based simplified websocket-client implementation in GO.
go websocket client for unit testing of a websocket handler
Audio feed generator and CMS
A Postgres session store backend for gorilla/sessions
GO client for socketcluster
GORILLA.BAS port to CP/M in Turbo Modula-2. Supported terminals: VT52, VT100, ANSI, ADM-31, KayPro, C128, Memotech monochrome, CPC / Zenith Z19
-
Updated
Nov 7, 2019
-
Modula-2
Convenient approach to monkey patching.
-
Updated
Apr 17, 2021
-
Python
Set of extensions for Autodesk Maya's Python API.
-
Updated
May 9, 2017
-
Python
Go sample code and some how-tos
Seed project for a golang-gorilla powered web app.
Basic Application server with basic api for a basic app
Implementation of time series compression method based on the Facebook Gorilla paper
gorilla/sessions storage with embedded sql database( (ql)
XORM backend for gorilla sessions
Upload file server with gorilla mux, tusd and minio store
Small flash-cards website for practicing computer science concepts
Improve this page
Add a description, image, and links to the
gorilla
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
gorilla
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently, sessions are stored in the application memory. Adding a memcached driver will let developers share sessions across app instances