awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
goji avatar

goji/goji

0
View on GitHub↗
974 stars·66 forks·Go·MIT·15 viewsgoji.io↗

Goji

Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang)

Features

  • HTTP Routing - Minimalist HTTP request multiplexer.
  • Routing and Middleware - Minimalistic and flexible HTTP request multiplexer.

Star history

Star history chart for goji/gojiStar history chart for goji/goji

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does goji/goji do?

Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang)

What are the main features of goji/goji?

The main features of goji/goji are: HTTP Routing, Routing and Middleware.

Which projects share features with goji/goji?

Projects with overlapping indexed features include: gorilla/mux — This project is a request router and web framework for the Go programming language. It provides a toolkit for matching… vardius/gorouter. go-chi/chi — Chi is a lightweight, idiomatic router and middleware framework for building web services in Go. It is designed to… gocraft/web — Go Router + Middleware. Your Contexts. julienschmidt/httprouter — httprouter is a high-performance HTTP request router for Go that maps incoming network requests to specific handler… emicklei/go-restful — go-restful is a framework for building RESTful web services in Go. It functions as a toolkit for managing API…

Projects sharing features with Goji

These projects share indexed features with Goji. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • gocraft/webgocraft avatar

    gocraft/web

    1,523View on GitHub↗

    Go Router Middleware. Your Contexts.

    Go
    View on GitHub↗1,523
  • gorilla/muxgorilla avatar

    gorilla/mux

    21,832View on GitHub↗

    This project is a request router and web framework for the Go programming language. It provides a toolkit for matching incoming HTTP network requests to specific handler functions by evaluating criteria such as URL paths, request methods, headers, and hostnames. The framework distinguishes itself through its flexible matching capabilities, which include support for regular expressions and dynamic variable extraction from URL segments. It allows developers to organize routes into logical hierarchies, share common path prefixes, and maintain a central registry of named routes to facilitate prog

    Gogogolanggorilla
    View on GitHub↗21,832
  • go-chi/chigo-chi avatar

    go-chi/chi

    22,418View on GitHub↗

    Chi is a lightweight, idiomatic router and middleware framework for building web services in Go. It is designed to integrate directly with the standard library, providing a set of utilities for managing HTTP request routing, context propagation, and modular service composition. The project distinguishes itself through a radix-tree-based routing system that supports recursive nesting, allowing developers to mount independent sub-routers onto specific path prefixes. This hierarchical structure enables the creation of organized, modular applications where request handlers are grouped and managed

    Goapicontextgo
    View on GitHub↗22,418
  • julienschmidt/httprouterjulienschmidt avatar

    julienschmidt/httprouter

    17,121View on GitHub↗

    httprouter is a high-performance HTTP request router for Go that maps incoming network requests to specific handler functions using a radix tree. It functions as a request dispatcher and path parameter parser, organizing URL paths in a tree structure to ensure efficient lookups. The router specializes in capturing dynamic segments and catch-all wildcards from URL paths to pass directly into request handlers. It implements method-specific routing and automatically manages responses for unsupported HTTP methods. The library covers broader capabilities including request normalization through tr

    Gogogolanghttp
    View on GitHub↗17,121
Compare all 30 related projects→