Showing 25 modules with matching packages. Search help

Package gin implements a HTTP web framework called gin.

Imported by 57,587 | v1.9.1 published on Jun 1, 2023 | MIT

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

Imported by 2,204 | v12.2.8 published on Nov 5, 2023 | BSD-3-Clause
Other major versions: v0

Package echo implements high performance, minimalist Go web framework.

Imported by 10,257 | v4.11.4 published on Dec 20, 2023 | 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 10,003 | v2.51.0 published on Nov 14, 2023 | MIT

beego (github.com/astaxie/beego)

GO-2022-0463 GO-2022-0569 GO-2022-0572

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 8,560 | v1.12.3 published on Nov 3, 2020 | Apache-2.0

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

Imported by 2,961 | 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 292 | v2.1.4 published on Nov 27, 2023 | Apache-2.0
Other major versions: v1

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

Imported by 866 | v0.0.0-...-46ba718 published on Mar 18, 2017 | Apache-2.0
Imported by 864 | v2.42.28+incompatible published on 1 day ago | Apache-2.0

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

Imported by 325 | v7.4.0+incompatible published on Sep 3, 2017 | BSD-3-Clause

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 305 | 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 261 | v1.3.0 published on Aug 14, 2018 | MIT

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

Imported by 80 | v11.12.0 published on Nov 17, 2023 | Apache-2.0
Imported by 107 | v3.7.0 published on Aug 21, 2023 | MIT
Other major versions: v0
Other packages in module flamingo.me/flamingo/v3:

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 221 | 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
Imported by 55 | v1.4.2 published on Dec 21, 2023 | MIT

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

Imported by 45 | v1.9.4 published on Aug 8, 2023 | MIT

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 40 | v0.0.0-...-7178b33 published on Aug 16, 2019 | Apache-2.0

Tiger Tonic [1] is a Go framework for building JSON web services inspired by Dropwizard [2].

Imported by 117 | v0.0.0-...-fe6b9f0 published on Apr 20, 2017 | BSD-2-Clause-Views
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