awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Ruby-Frameworks für APIs

Ranking aktualisiert am 30. Juni 2026

For ein Web-Framework zum Erstellen von APIs in 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.

Hochperformante Open-Source-Bibliotheken und Frameworks für den Aufbau skalierbarer RESTful- und GraphQL-APIs in Ruby.

Ruby-Frameworks für APIs

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ruby-grape/grapeAvatar von ruby-grape

    ruby-grape/grape

    9,990Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,990
  • sinatra/sinatraAvatar von sinatra

    sinatra/sinatra

    12,441Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,441
  • rails-api/rails-apiAvatar von rails-api

    rails-api/rails-api

    5,130Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,130

Related searches

  • ein Web-Framework zum Erstellen von HTTP-APIs in Rust
  • ein Web-Framework zum Erstellen von APIs in Kotlin
  • ein HTTP-Framework zum Erstellen von Web-Services in Elixir
  • a high performance web framework for Rust
  • Framework zum Erstellen von REST-APIs
  • a ruby framework for building cli applications
  • a high performance web framework for Go
  • a lightweight web framework for Node.js