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

codehack/go-relax

0
View on GitHub↗
154 stars·9 forks·Go·MIT·11 views

Go Relax

Framework for building RESTful API's in Go

Features

  • API Frameworks - Pluggable components for building RESTful APIs.
  • Server Frameworks - Pluggable framework for building RESTful APIs in Go.

Star history

Star history chart for codehack/go-relaxStar history chart for codehack/go-relax

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 codehack/go-relax do?

Framework for building RESTful API's in Go

What are the main features of codehack/go-relax?

The main features of codehack/go-relax are: API Frameworks, Server Frameworks.

Which projects share features with codehack/go-relax?

Projects with overlapping indexed features include: dougblack/sleepy — rest for go. emicklei/go-restful — go-restful is a framework for building RESTful web services in Go. It functions as a toolkit for managing API… begriffs/postgrest — PostgREST is a standalone web server that automatically transforms a PostgreSQL database into a RESTful API. It serves… ant0ine/go-json-rest — A quick and easy way to setup a RESTful JSON API. api-platform/api-platform — API Platform is a headless content management system engine and framework used to build REST and GraphQL APIs. It… encode/apistar — APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema…

Projects sharing features with Go Relax

These projects share indexed features with Go Relax. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • api-platform/api-platformapi-platform avatar

    api-platform/api-platform

    9,154View on GitHub↗

    API Platform is a headless content management system engine and framework used to build REST and GraphQL APIs. It utilizes schema-driven generation to automatically produce web endpoints based on predefined data model definitions. The platform focuses on semantic data modeling, using structured classes and ontologies to ensure information is organized for search engines and semantic web tools. It provides an automated OpenAPI specification generator and a declarative system for creating administration dashboards to manage data records without custom frontend code. The system includes capabil

    PHP
    View on GitHub↗9,154
  • begriffs/postgrestbegriffs avatar

    begriffs/postgrest

    27,234View on GitHub↗

    PostgREST is a standalone web server that automatically transforms a PostgreSQL database into a RESTful API. It serves as an API gateway that translates HTTP requests into SQL queries, mapping the database schema directly to endpoints without the need for manual route definitions. The system utilizes a JWT authentication layer to validate user identities and map incoming web requests to specific database roles. This allows the server to delegate authorization and permission enforcement to the internal PostgreSQL role system. It includes a generator for OpenAPI specifications to provide stand

    Haskell
    View on GitHub↗27,234
  • 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
  • dougblack/sleepydougblack avatar

    dougblack/sleepy

    669View on GitHub↗

    rest for go

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