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
·
nesquena avatar

nesquena/rabl

0
View on GitHub↗
3,633 estrellas·334 forks·Ruby·MIT·3 vistasblog.codepath.com/2011/06/27/building-a-platform-api-on-rails↗

Rabl

General ruby templating with json, bson, xml, plist and msgpack support

Features

  • API Development - Supports templating for various formats like JSON, XML, and BSON.
  • API Frameworks - DSL for generating JSON and XML from Ruby objects.

Historial de estrellas

Gráfico del historial de estrellas de nesquena/rablGráfico del historial de estrellas de nesquena/rabl

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 Rabl

Proyectos open-source similares, clasificados según cuántas características comparten con Rabl.
  • django-tastypie/django-tastypieAvatar de django-tastypie

    django-tastypie/django-tastypie

    3,948Ver en GitHub↗

    Django Tastypie is a framework for building RESTful web services that map Django models to API resources. It functions as a model-based API generator, automatically creating read-write endpoints for database models to enable standard CRUD operations via HTTP. The project serves as a multi-format data serializer and hypermedia API mapper. It converts database data into various response formats, including JSON, XML, and YAML, based on client requests, and transforms database relationships into navigable links for resource discovery. The toolkit includes a security implementation for user authe

    Python
    Ver en GitHub↗3,948
  • dreamfactorysoftware/dreamfactoryAvatar de dreamfactorysoftware

    dreamfactorysoftware/dreamfactory

    1,773Ver en GitHub↗

    DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data source, connecting enterprise applications and on-prem LLMs with role-based access and identity passthrough.

    Shellapiapi-generationapi-generator
    Ver en GitHub↗1,773
  • dingo/apiAvatar de dingo

    dingo/api

    9,355Ver en GitHub↗

    This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a structured environment for developing web services with integrated routing, request handling, and versioning. The project distinguishes itself through a multi-adapter authentication system that validates identities via various schemes and third-party providers. It features a dedicated response transformation layer to convert raw database models into consistent output structures and an internal dispatcher that allows application logic to trigger API endpoints without external network

    PHP
    Ver en GitHub↗9,355
  • interagent/plinyAvatar de interagent

    interagent/pliny

    808Ver en GitHub↗

    An opinionated toolkit for writing excellent APIs in Ruby.

    Ruby
    Ver en GitHub↗808
Ver las 30 alternativas a Rabl→

Preguntas frecuentes

¿Qué hace nesquena/rabl?

General ruby templating with json, bson, xml, plist and msgpack support

¿Cuáles son las características principales de nesquena/rabl?

Las características principales de nesquena/rabl son: API Development, API Frameworks.

¿Qué alternativas de código abierto existen para nesquena/rabl?

Las alternativas de código abierto para nesquena/rabl incluyen: dreamfactorysoftware/dreamfactory — DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data… rails/jbuilder — Jbuilder is a JSON template engine and builder for Ruby that provides a domain specific language for generating… dingo/api — This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a… django-tastypie/django-tastypie — Django Tastypie is a framework for building RESTful web services that map Django models to API resources. It functions… interagent/pliny — An opinionated toolkit for writing excellent APIs in Ruby. ruby-grape/grape — Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative…