blackbox VS gofre

Compare blackbox vs gofre and see what are their differences.

blackbox

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

gofre

A fast and low memory consumption web framework for Go with middleware support and without third-party dependencies (by ixtendio)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
blackbox gofre
1 4
1 17
- -
3.6 10.0
almost 3 years ago over 1 year ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

blackbox

Posts with mentions or reviews of blackbox. We have used some of these posts to build our list of alternatives and similar projects.

gofre

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:

What are some alternatives?

When comparing blackbox and gofre you can also consider the following projects:

bubbletea - A powerful little TUI framework 🏗

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

gowww/router - ⚡️ A lightning fast HTTP router

casdoor - 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]

httprouter - A high performance HTTP request router that scales well

sse - Server Sent Events server and client for Golang

router - Router implementation for fasthttp

go-backend-template - Clean architecture based backend template in Go.

goAPIBaseProject - simple api project written in go

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

Express - Fast, unopinionated, minimalist web framework for node.