gofre

A fast and low memory consumption web framework for Go with middleware support and without third-party dependencies (by ixtendio)

Gofre Alternatives

Similar projects and alternatives to gofre

  • Express

    674 gofre VS Express

    Fast, unopinionated, minimalist web framework for node.

  • chi

    101 gofre VS chi

    lightweight, idiomatic and composable router for building Go HTTP services

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ladder

    Selfhosted alternative to 12ft.io. and 1ft.io bypass paywalls with a proxy ladder and remove CORS headers from any URL (by everywall)

  • casdoor

    Discontinued An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA and RADIUS [Moved to: https://github.com/casdoor/casdoor]

  • sse

    Server Sent Events server and client for Golang

  • blackbox

    Black Box provides simple to use, extensible, and easily testable typesafe server routing for your web apps and microservices. (by sharpvik)

  • go-backend-template

    Clean architecture based backend template in Go.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • apo

    A.P.O. - "Authorized Personnel Only" is a minimalist OAuth IAM written in Go

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gofre alternative or higher similarity.

gofre reviews and mentions

Posts with mentions or reviews of gofre. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-24.
  • Does Echo provide things Fiber doesn't?
    1 project | /r/golang | 8 Jan 2023
    Maybe you can take a look over my framework https://github.com/ixtendio/gofre which respects all the golang standards and has similar performance like echo.
  • Examples of Go Gin deviating from Standard Library
    3 projects | /r/golang | 24 Nov 2022
    Maybe you can try https://github.com/ixtendio/gofre which is a web framework that respects the Golang standards, has a nice error management and in some cases performs better than Gin. On top of that the pattern matching is much richer and better than Gin or Echo
  • GoFre - a sweet web framework :)
    2 projects | /r/golang | 4 Nov 2022
    Hi sikoyo, and thanks for your appreciation. If it will be to compare with other popular frameworks, not only with Echo, it will be like: 1. The programming model is simple and natural. For example a GoFre handler returns a response or an error. The response is an interface with 4 methods, compared with Echo which provides a Context (an interface with 55 methods :) ). Imagine if you want to extend Echo with response compression how simple it is? In GoFre just implement a new Response that wraps the original response. See this implementation https://github.com/ixtendio/gofre/blob/main/response/compress.go for example Gin, another framework uses the same concept like Echo :) but at least in their case the Context is not an interface but a structure which contains a lot of fields which should not be there. The same problem here, how easy is it to extend it for your needs? 2. Another difference is in patch matching. GoFre supports approximately the same path matching as the Java Spring framework. For example if you have the following patterns:
  • A note from our sponsor - SaaSHub
    www.saashub.com | 27 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic gofre repo stats
4
17
10.0
over 1 year ago

ixtendio/gofre is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of gofre is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com