Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Sort:Used by Most Apps
websocket
A fast, RFC 6455-compliant WebSocket implementation for Go with full control over framing, compression, and concurrency.
mux
A lightweight, http.Handler-compatible Go router that matches requests by path, host, method, headers, and query, and can reverse them back into URLs.
sessions
Cookie and filesystem session management for Go's net/http, with pluggable backends and key rotation.
handlers
A collection of composable HTTP middleware for Go's net/http — logging, compression, CORS, proxy headers, and panic recovery.
securecookie
Encodes and decodes authenticated, optionally encrypted cookie values for Go web applications, guarding session data from tampering.
Gorilla Schema
Gorilla Schema fills Go structs from HTTP form values and encodes them back into url.Values using struct tags.
feeds
A Go library for generating RSS, Atom, and JSON feeds from a single, format-agnostic Feed model.