awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to neuecc/lightnode

Open-source alternatives to LightNode

30 open-source projects similar to neuecc/lightnode, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best LightNode alternative.

  • aeonaxan/laravel-sceneAeonAxan avatar

    AeonAxan/laravel-scene

    29View on GitHub↗

    Laravel library to convert your models into API responses.

    PHP
    View on GitHub↗29
  • apache/apisixapache avatar

    apache/apisix

    16,767View on GitHub↗

    This project is a high-performance, distributed API gateway designed to manage, secure, and observe traffic for microservices, serverless functions, and artificial intelligence model providers. It functions as a dynamic service proxy and cloud-native ingress controller, centralizing policy enforcement and traffic routing through a unified configuration interface that synchronizes state across multiple nodes in real time. The platform distinguishes itself through a highly extensible architecture that utilizes a high-performance scripting engine to execute modular logic directly within the requ

    Luaapiapi-gatewayapi-management
    View on GitHub↗16,767
  • apiato/apiatoapiato avatar

    apiato/apiato

    3,103View on GitHub↗

    PHP Framework for building scalable API's on top of Laravel.

    PHP
    View on GitHub↗3,103
  • apioo/fusioapioo avatar

    apioo/fusio

    2,099View on GitHub↗

    Self-Hosted API Management for Builders

    PHPaiai-agentsapi
    View on GitHub↗2,099
  • apotonick/roarapotonick avatar

    apotonick/roar

    1,839View on GitHub↗

    Parse and render REST API documents using representers.

    Ruby
    View on GitHub↗1,839

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • axnsan12/drf-yasgaxnsan12 avatar

    axnsan12/drf-yasg

    3,544View on GitHub↗

    Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.

    Python
    View on GitHub↗3,544
  • azure/autorestAzure avatar

    Azure/autorest

    4,798View on GitHub↗

    AutoRest is a multi-language SDK generator and OpenAPI code generator designed to produce consistent software development kits from a single API definition. It functions as a REST API client generator that transforms Swagger and OpenAPI specification files into functional, typed HTTP client libraries. The tool automates the SDK development workflow by converting design documents into source code, ensuring that the resulting implementations match the defined API contract across different programming languages. The system employs specification-driven development using an intermediate represent

    TypeSpecazurecode-generatorcsharp
    View on GitHub↗4,798
  • balvig/spykebalvig avatar

    balvig/spyke

    904View on GitHub↗

    Interact with REST services in an ActiveRecord-like manner

    Ruby
    View on GitHub↗904
  • blongden/halblongden avatar

    blongden/hal

    200View on GitHub↗

    application/hal builder / formatter for PHP 5.4+

    PHP
    View on GitHub↗200
  • bploetz/versionistB

    bploetz/versionist

    0View on GitHub↗
    View on GitHub↗0
  • bwillis/versioncakebwillis avatar

    bwillis/versioncake

    652View on GitHub↗

    :cake: Version Cake is an unobtrusive way to version APIs in your Rails or Rack apps

    Ruby
    View on GitHub↗652
  • canton7/resteasecanton7 avatar

    canton7/RestEase

    1,113View on GitHub↗

    Easy-to-use typesafe REST API client library for .NET Standard 1.1 and .NET Framework 4.5 and higher, which is simple and customisable. Inspired by Refit

    C#
    View on GitHub↗1,113
  • cerebris/jsonapi-resourcescerebris avatar

    cerebris/jsonapi-resources

    0View on GitHub↗
    View on GitHub↗0
  • chillicream/hotchocolateChilliCream avatar

    ChilliCream/hotchocolate

    5,713View on GitHub↗

    HotChocolate is a GraphQL server implementation for .NET that handles queries, mutations, and subscriptions over HTTP. It provides code-first schema generation directly from C# classes and attributes, keeping the schema and business logic in sync without manual type definitions. The project also includes a GraphQL gateway that composes multiple GraphQL and REST endpoints into a single unified schema, along with a GraphQL IDE for exploring, testing, and debugging GraphQL APIs interactively. The project distinguishes itself through its comprehensive tooling ecosystem, which includes a GraphQL c

    C#
    View on GitHub↗5,713
  • cloudcreativity/laravel-json-apicloudcreativity avatar

    cloudcreativity/laravel-json-api

    785View on GitHub↗

    DO NOT USE THIS PACKAGE FOR NEW PROJECTS - USE laravel-json-api/laravel INSTEAD.

    PHP
    View on GitHub↗785
  • codenoble/cache-crispiescodenoble avatar

    codenoble/cache-crispies

    162View on GitHub↗

    Speedy Rails JSON serialization with built-in caching

    Ruby
    View on GitHub↗162
  • crepe/crepecrepe avatar

    crepe/crepe

    128View on GitHub↗

    🥞 The thin API stack.

    Ruby
    View on GitHub↗128
  • crepe/jsonitecrepe avatar

    crepe/jsonite

    28View on GitHub↗

    A tiny, HAL-compliant JSON presenter for your Ruby APIs.

    Ruby
    View on GitHub↗28
  • danihodovic/django-webhookdanihodovic avatar

    danihodovic/django-webhook

    224View on GitHub↗

    Django webhooks triggered on model changes

    Python
    View on GitHub↗224
  • darkleaf/routerdarkleaf avatar

    darkleaf/router

    80View on GitHub↗

    Bidirectional Ring router. REST oriented. Rails inspired.

    Clojure
    View on GitHub↗80
  • devind-team/graphene-django-filterdevind-team avatar

    devind-team/graphene-django-filter

    20View on GitHub↗

    Advanced filters for Graphene

    Python
    View on GitHub↗20
  • devinus/detergentdevinus avatar

    devinus/detergent

    65View on GitHub↗

    An emulsifying Erlang SOAP library

    Erlang
    View on GitHub↗65
  • dingo/apidingo avatar

    dingo/api

    9,355View on 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
    View on GitHub↗9,355
  • django-tastypie/django-tastypiedjango-tastypie avatar

    django-tastypie/django-tastypie

    3,948View on 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
    View on GitHub↗3,948
  • django-webpack/django-webpack-loaderdjango-webpack avatar

    django-webpack/django-webpack-loader

    2,544View on GitHub↗

    Transparently use webpack with django

    Pythonassetsdjangodjango-webpack-loader
    View on GitHub↗2,544
  • domaindrivendev/swashbuckle.aspnetcoredomaindrivendev avatar

    domaindrivendev/Swashbuckle.AspNetCore

    5,492View on GitHub↗

    Swashbuckle.AspNetCore is an API specification tool and documentation generator for ASP.NET Core. It extracts metadata from source code and models to produce standardized OpenAPI specifications and interactive browser interfaces for exploring and testing web APIs. The project integrates a middleware component to serve these specifications and a Swagger UI for interactive API testing directly from a running application. It also provides a command-line exporter to extract specification files from application assemblies for use in CI/CD pipelines. The tool covers a wide range of capabilities in

    C#
    View on GitHub↗5,492
  • drawaes/condenserdotnetDrawaes avatar

    Drawaes/CondenserDotNet

    165View on GitHub↗

    API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul lib

    C#configurationconsulkestrel
    View on GitHub↗165
  • dreamfactorysoftware/dreamfactorydreamfactorysoftware avatar

    dreamfactorysoftware/dreamfactory

    1,773View on 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
    View on GitHub↗1,773
  • edgurgel/signaturexedgurgel avatar

    edgurgel/signaturex

    27View on GitHub↗

    Simple key/secret based authentication for APIs

    Elixir
    View on GitHub↗27
  • adamchainz/django-cors-headersadamchainz avatar

    adamchainz/django-cors-headers

    5,587View on GitHub↗

    django-cors-headers is a middleware for Django that manages Cross-Origin Resource Sharing headers to control which external domains can access server resources. It serves as a security component for enforcing access control policies through origin validation and header management. The project provides capabilities for origin whitelisting using hostnames or regular expressions and supports the Local Network Access specification to permit requests from private networks. It allows for granular control via path-based restrictions and dynamic origin validation driven by a signal system. The softw

    Python
    View on GitHub↗5,587