awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Frameworks de API en Ruby

Clasificación actualizada el 30 jun 2026

For framework web para construir APIs en Ruby, the strongest matches are ruby-grape/grape (Grape is a purpose-built Ruby framework for building structured), sinatra/sinatra (Sinatra is a lightweight Ruby web framework with a) and rails-api/rails-api (Rails API is a streamlined Ruby on Rails framework). Each is ranked by relevance to your query, popularity and recent activity.

Librerías y frameworks open-source de alto rendimiento diseñados para crear APIs RESTful y GraphQL escalables en Ruby.

Frameworks de API en Ruby

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ruby-grape/grapeAvatar de ruby-grape

    ruby-grape/grape

    9,990Ver en GitHub↗

    Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative syntax for routing and parameter validation, allowing developers to map HTTP verbs to logic through a domain specific language. The framework is distinguished by its built-in support for service versioning, which can be managed via URL paths, custom headers, or request parameters. It also features a modular architecture that allows large services to be constructed by nesting smaller API definitions. The project covers comprehensive API lifecycle capabilities, including schema-dr

    Grape is a purpose-built Ruby framework for building structured APIs with a declarative routing DSL, built-in request validation, and modular middleware support—exactly the lightweight, API-focused tool you're looking for.

    RubyRequest ValidationResponse Formatting
    Ver en GitHub↗9,990
  • sinatra/sinatraAvatar de sinatra

    sinatra/sinatra

    12,441Ver en GitHub↗

    Sinatra is a lightweight web framework for the Ruby programming language designed for building web applications and services. It provides a domain-specific language that maps HTTP verbs and URL patterns directly to executable code blocks, allowing developers to define routes and handle incoming network requests with minimal boilerplate. The framework distinguishes itself through a modular architecture that relies on a middleware pipeline to process, modify, or terminate connections. This design allows for the integration of external functionality by mixing modules into the core request-handli

    Sinatra is a lightweight Ruby web framework with a routing DSL and Rack middleware support, making it a solid choice for building API endpoints, though it lacks built-in request validation and serialization compared to dedicated API frameworks.

    RubyRack-Based Middleware Pipelines
    Ver en GitHub↗12,441
  • rails-api/rails-apiAvatar de rails-api

    rails-api/rails-api

    5,130Ver en GitHub↗

    This is a streamlined Ruby on Rails framework designed for building lightweight backend services and JSON endpoints. It utilizes a model-view-controller architecture to separate data models and business logic from API responses, specifically omitting browser-centric views to reduce system overhead. The framework provides a system for rapidly generating models, controllers, and routes through JSON API scaffolding. It maps HTTP verbs to controllers to ensure consistent resource routing and data modeling for RESTful API backends. The project includes capabilities for HTTP request management, su

    Rails API is a streamlined Ruby on Rails framework explicitly designed for building lightweight JSON API services, omitting browser views to reduce overhead while providing routing, serialization, and Rack middleware support.

    RubyJSON APIsREST API BackendsAPI-Only Frameworks
    Ver en GitHub↗5,130

Related searches

  • un framework web para construir APIs HTTP en Rust
  • framework web para construir APIs en Kotlin
  • framework HTTP para construir servicios web en Elixir
  • a high performance web framework for Rust
  • framework para construir APIs REST
  • a ruby framework for building cli applications
  • a high performance web framework for Go
  • a lightweight web framework for Node.js