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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
codehack avatar

codehack/go-relax

0
View on GitHub↗
154 estrellas·9 forks·Go·MIT·5 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de codehack/go-relaxGráfico del historial de estrellas de codehack/go-relax

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Go Relax

Proyectos open-source similares, clasificados según cuántas características comparten con Go Relax.
  • api-platform/api-platformAvatar de api-platform

    api-platform/api-platform

    9,154Ver en 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
    Ver en GitHub↗9,154
  • begriffs/postgrestAvatar de begriffs

    begriffs/postgrest

    27,234Ver en 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
    Ver en GitHub↗27,234
  • ant0ine/go-json-restAvatar de ant0ine

    ant0ine/go-json-rest

    3,489Ver en GitHub↗

    A quick and easy way to setup a RESTful JSON API

    Go
    Ver en GitHub↗3,489
  • dougblack/sleepyAvatar de dougblack

    dougblack/sleepy

    669Ver en GitHub↗

    rest for go

    Go
    Ver en GitHub↗669
Ver las 30 alternativas a Go Relax→

Preguntas frecuentes

¿Qué hace codehack/go-relax?

Framework for building RESTful API's in Go

¿Cuáles son las características principales de codehack/go-relax?

Las características principales de codehack/go-relax son: API Frameworks, Server Frameworks.

¿Qué alternativas de código abierto existen para codehack/go-relax?

Las alternativas de código abierto para codehack/go-relax incluyen: 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…