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
I

ivpusic/neo

0
View on GitHub↗
0 stars·0 forks·6 views

Neo

Features

  • Routing and Middleware - Lightweight web framework for Go.
  • Web Frameworks - Minimalist web framework.

Star history

Star history chart for ivpusic/neoStar history chart for ivpusic/neo

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Neo

Similar open-source projects, ranked by how many features they share with Neo.
  • devfeel/dotwebdevfeel avatar

    devfeel/dotweb

    1,380View on GitHub↗

    Simple and easy go web micro framework

    Gocachedotwebgo
    View on GitHub↗1,380
  • go-aah/aahG

    go-aah/aah

    0View on GitHub↗
    View on GitHub↗0
  • ant0ine/go-json-restant0ine avatar

    ant0ine/go-json-rest

    3,489View on GitHub↗

    A quick and easy way to setup a RESTful JSON API

    Go
    View on GitHub↗3,489
  • 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
See all 30 alternatives to Neo→

Frequently asked questions

What are the main features of ivpusic/neo?

The main features of ivpusic/neo are: Routing and Middleware, Web Frameworks.

What are some open-source alternatives to ivpusic/neo?

Open-source alternatives to ivpusic/neo include: go-aah/aah. gorilla/mux — This project is a request router and web framework for the Go programming language. It provides a toolkit for matching… ant0ine/go-json-rest — A quick and easy way to setup a RESTful JSON API. devfeel/dotweb — Simple and easy go web micro framework. go-chi/chi — Chi is a lightweight, idiomatic router and middleware framework for building web services in Go. It is designed to… julienschmidt/httprouter — httprouter is a high-performance HTTP request router for Go that maps incoming network requests to specific handler…