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
ant0ine avatar

ant0ine/go-json-rest

0
View on GitHub↗
3,489 stars·373 forks·Go·MIT·15 viewsant0ine.github.io/go-json-rest↗

Go Json Rest

A quick and easy way to setup a RESTful JSON API

Features

  • API Frameworks - Thin layer for building RESTful APIs in Go.
  • Routing and Middleware - Quick setup for RESTful JSON APIs.
  • Server Frameworks - Thin layer for building RESTful APIs in Go.
  • Web Frameworks - Tool for creating RESTful JSON APIs.

Star history

Star history chart for ant0ine/go-json-restStar history chart for ant0ine/go-json-rest

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 ant0ine/go-json-rest do?

A quick and easy way to setup a RESTful JSON API

What are the main features of ant0ine/go-json-rest?

The main features of ant0ine/go-json-rest are: API Frameworks, Routing and Middleware, Server Frameworks, Web Frameworks.

Which projects share features with ant0ine/go-json-rest?

Projects with overlapping indexed features include: falconry/falcon — Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a… restify/node-restify — Restify is a Node.js web framework designed for building scalable RESTful web services and APIs. It provides a… emicklei/go-restful — go-restful is a framework for building RESTful web services in Go. It functions as a toolkit for managing API… encode/apistar — APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema… resoursea/api — A REST framework for quickly writing resource based services in Golang. tiangolo/fastapi — FastAPI is a high-performance Python web framework designed for building REST APIs. It operates as an ASGI web…

Projects sharing features with Go Json Rest

These projects share indexed features with Go Json Rest. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • encode/apistarencode avatar

    encode/apistar

    5,548View on GitHub↗

    APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema validator, a traffic auditor, and a documentation generator to ensure compliance with API specifications and data types. The project converts OpenAPI and Swagger schemas into visual developer guides using customizable themes. It also implements a dynamic API client that adapts to defined schemas to send requests to remote servers. The framework includes capabilities for validating API schemas to identify structural mistakes and auditing incoming and outgoing web traffic agai

    Python
    View on GitHub↗5,548
  • falconry/falconfalconry avatar

    falconry/falcon

    9,794View on GitHub↗

    Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a resource-oriented API toolkit designed for building RESTful APIs and data plane services that prioritize low overhead, reliability, and scale. The framework implements an ASGI web server interface to handle both synchronous and asynchronous HTTP requests and WebSockets. It features a dedicated HTTP middleware system for intercepting network traffic and executing shared processing logic across multiple API endpoints. Its capability surface covers resource-based routing, HTTP specificat

    Pythonapiapi-restasgi
    View on GitHub↗9,794
  • emicklei/go-restfulemicklei avatar

    emicklei/go-restful

    5,111View on GitHub↗

    go-restful is a framework for building RESTful web services in Go. It functions as a toolkit for managing API endpoints, providing a request router that maps incoming HTTP requests to handler functions using path parameters and custom URL patterns. The framework includes a data conversion layer that transforms Go structures into JSON or XML formats for request and response bodies. It also provides a system for organizing related web services into containers to manage endpoint prefixing and shared configuration. The project covers request lifecycle management through middleware filters for va

    Go
    View on GitHub↗5,111
  • resoursea/apiresoursea avatar

    resoursea/api

    34View on GitHub↗

    A REST framework for quickly writing resource based services in Golang.

    Go
    View on GitHub↗34
  • Compare all 30 related projects→