Gorilla is a web toolkit for the Go programming language that provides useful, composable packages for writing HTTP-based applications.
19
公開リポジトリ
57,607
合計スター
1,948
フォロワー
GorillaはGoプログラミング言語のためのウェブツールキットであり、HTTPベースのアプリケーションを作成するための便利でコンポーザブルなパッケージを提供しています。GitHub上には、websocketやmuxなどの多くの広く使われているリポジトリがあり、Go言語の開発者にとって重要なリソースとなっています。
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は主にGo言語を使用して、HTTPベースのアプリケーション用のパッケージを構築しています。特にwebsocketやmuxなど、さまざまなリポジトリが公開されています。
gorillaは主にGoとHTMLを使用しています。これにより、効率的なウェブアプリケーションの開発を支援する多くのパッケージを提供しています。
はい、gorillaのリポジトリはすべて公開されています。これにより、開発者は自由にコードを閲覧し、利用することができます。