Showing 25 modules with matching packages. Search help

Package gin implements a HTTP web framework called gin.

Imported by 124,640 | v1.10.0 published on May 7, 2024 | MIT

Package echo implements high performance, minimalist Go web framework.

Imported by 21,960 | v4.12.0 published on Apr 15, 2024 | MIT
Other major versions: v5, v1

Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.

Imported by 337 | v3.0.0-beta.3 published on Jun 30, 2024 | MIT
Other major versions: v2

Package beego provide a MVC framework beego: an open-source, high-performance, modular, full-stack web framework It is used for rapid development of RESTful APIs, web apps and backend services in Go.

Imported by 14,225 | v1.12.3 published on Nov 3, 2020 | Apache-2.0

Package iris implements the highest realistic performance, easy to learn Go web framework.

Imported by 2,572 | v12.2.11 published on Apr 24, 2024 | BSD-3-Clause
Other major versions: v0

Package macaron is a high productive and modular web framework in Go.

Imported by 3,266 | v1.5.0 published on Feb 25, 2023 | Apache-2.0

Package beego provide a MVC framework beego: an open-source, high-performance, modular, full-stack web framework

Imported by 532 | v2.3.1 published on Sep 2, 2024 | Apache-2.0
Other major versions: v1

Package macaron is a high productive and modular web framework in Go.

Imported by 909 | v0.0.0-...-46ba718 published on Mar 18, 2017 | Apache-2.0

Package iris is a web framework which provides efficient and well-designed tools with robust set of features to create your awesome and high-performance web application powered by unlimited potentials and portability.

Imported by 531 | v6.0.0-...-03bcada published on Jun 3, 2017 | MIT
Other major versions: v5, v4

Package gin implements a HTTP web framework called gin.

Imported by 330 | v1.3.0 published on Aug 14, 2018 | MIT
Imported by 154 | v3.10.1 published on 3 days ago | MIT
Other major versions: v0
Other packages in module flamingo.me/flamingo/v3:

Package siris is a fully-featured HTTP/2 backend web framework written entirely in Google’s Go Language.

Imported by 326 | v7.4.0+incompatible published on Sep 3, 2017 | BSD-3-Clause
Imported by 93 | v1.5.44 published on Sep 2, 2024 | MIT

Package atreugo is a high performance and extensible micro web framework with zero memory allocations in hot paths

Imported by 86 | v11.13.2 published on Jul 4, 2024 | Apache-2.0

Package sessions provides sessions support for net/http and valyala/fasthttp unique with auto-GC, register unlimited number of databases to Load and Update/Save the sessions in external server or to an external (no/or/and sql) database Usage net/http: // init a new sessions manager( if you use only one web framework inside your app then you can use the package-level functions like: sessions.Start/sessions.Destroy) manager := sessions.New(sessions.Config{}) // start a session for a particular client manager.Start(http.ResponseWriter, *http.Request) // destroy a session from the server and client, // don't call it on each handler, only on the handler you want the client to 'logout' or something like this: manager.Destroy(http.ResponseWriter, *http.Request) Usage valyala/fasthttp: // init a new sessions manager( if you use only one web framework inside your app then you can use the package-level functions like: sessions.Start/sessions.Destroy) manager := sessions.New(sessions.Config{}) // start a session for a particular client manager.StartFasthttp(*fasthttp.RequestCtx) // destroy a session from the server and client, // don't call it on each handler, only on the handler you want the client to 'logout' or something like this: manager.DestroyFasthttp(*fasthttp.Request) Note that, now, you can use both fasthttp and net/http within the same sessions manager(.New) instance! So now, you can share sessions between a net/http app and valyala/fasthttp app

Imported by 222 | v3.0.0+incompatible published on Apr 22, 2018 | MIT

Package ambient is a pluggable web app framework.

Imported by 74 | v0.0.0-...-545971b published on Apr 3, 2022 | MIT

Package flamego is a fantastic modular Go web framework with a slim core but limitless extensibility.

Imported by 54 | v1.9.4 published on Aug 8, 2023 | MIT
Didn't find what you were looking for? Show more results.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL