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
·
Back to googleapis/sdk-platform-java

Open-source alternatives to Sdk Platform Java

30 open-source projects similar to googleapis/sdk-platform-java, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Sdk Platform Java alternative.

  • angular/angularAvatar de angular

    angular/angular

    100,360Ver en GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex application requirements such as client-side routing, form management, and internationalization. The project includes a command-line interface for scaffolding and build automation, alongside a testing ecosystem for unit and integration verification. It offers multiple rendering

    TypeScriptangularjavascriptpwa
    Ver en GitHub↗100,360
  • apssouza22/grpc-server-goA

    apssouza22/grpc-server-go

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bigcommerce/grufB

    bigcommerce/gruf

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bojand/grpc-callerB

    bojand/grpc-caller

    0Ver en GitHub↗
    Ver en GitHub↗0
  • containerd/ttrpcC

    containerd/ttrpc

    0Ver en GitHub↗
    Ver en GitHub↗0
  • firecomm/firecommF

    firecomm/firecomm

    0Ver en GitHub↗
    Ver en GitHub↗0

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.

Find more with AI search
  • fullstorydev/grpchanF

    fullstorydev/grpchan

    0Ver en GitHub↗
    Ver en GitHub↗0
  • go-kit/kitAvatar de go-kit

    go-kit/kit

    27,430Ver en GitHub↗

    Kit is a microservices architectural framework and toolkit for Go. It provides a set of standardized primitives and abstractions for implementing service, endpoint, and transport layers in a decoupled manner. The framework focuses on system instrumentation through integrated distributed request tracing and a service instrumentation toolkit that utilizes counters and gauges to export performance data to external monitoring backends. It includes a structured logging library that records system events as key-value pairs to ensure compatibility with log aggregation tools. The project covers a br

    Gogogolangmetallica
    Ver en GitHub↗27,430
  • go-masonry/mortarG

    go-masonry/mortar

    0Ver en GitHub↗
    Ver en GitHub↗0
  • googleapis/gapic-generator-rubyG

    googleapis/gapic-generator-ruby

    0Ver en GitHub↗
    Ver en GitHub↗0
  • grpc-ecosystem/grpc-springAvatar de grpc-ecosystem

    grpc-ecosystem/grpc-spring

    3,706Ver en GitHub↗

    grpc-spring is a framework for integrating gRPC servers and clients into Spring applications. It provides a suite of tools for managing the lifecycle of remote procedure call servers, automating client stub injection, and implementing request interception within a Java environment. The project enables high-performance remote procedure call communication through annotation-driven service registration and automatic configuration of client stubs. It includes a specialized interceptor library for modifying requests and responses, as well as a telemetry tool for exporting performance metrics and d

    Javagrpcgrpc-frameworkgrpc-java
    Ver en GitHub↗3,706
  • izumin5210/grapiI

    izumin5210/grapi

    0Ver en GitHub↗
    Ver en GitHub↗0
  • jhump/goprotocJ

    jhump/goprotoc

    0Ver en GitHub↗
    Ver en GitHub↗0
  • jhump/protoreflectAvatar de jhump

    jhump/protoreflect

    1,483Ver en GitHub↗

    Reflection (Rich Descriptors) for Go Protocol Buffers

    Gogogolanggrpc
    Ver en GitHub↗1,483
  • lileio/lileAvatar de lileio

    lileio/lile

    1,501Ver en GitHub↗

    Easily generate gRPC services in Go ⚡️

    Goframeworkgogrpc
    Ver en GitHub↗1,501
  • line/armeriaAvatar de line

    line/armeria

    5,115Ver en GitHub↗

    Armeria is a Netty-based microservice framework used for building high-performance asynchronous services. It functions as a multi-protocol RPC server capable of exposing gRPC, Thrift, and REST services on a single unified port. The project is distinguished by its ability to run diverse communication protocols simultaneously and its integrated RPC debugging web console, which allows for the discovery and invocation of remote procedure calls via JSON. It also includes a gRPC to JSON transcoder to enable web client compatibility with Protobuf services. The framework provides a comprehensive sui

    Java
    Ver en GitHub↗5,115
  • lognet/grpc-spring-boot-starterAvatar de LogNet

    LogNet/grpc-spring-boot-starter

    2,263Ver en GitHub↗

    Spring Boot starter module for gRPC framework.

    Javagrpcgrpc-frameworkgrpc-service
    Ver en GitHub↗2,263
  • malijs/maliM

    malijs/mali

    0Ver en GitHub↗
    Ver en GitHub↗0
  • mbobakov/grpc-consul-resolverM

    mbobakov/grpc-consul-resolver

    0Ver en GitHub↗
    Ver en GitHub↗0
  • piotrkowalczuk/promgrpcP

    piotrkowalczuk/promgrpc

    0Ver en GitHub↗
    Ver en GitHub↗0
  • raezil/thunderAvatar de Raezil

    Raezil/Thunder

    119Ver en GitHub↗

    Thunder is a minimalist and powerful Go backend framework that effortlessly transforms gRPC services into fully functional REST and GraphQL APIs.

    Go
    Ver en GitHub↗119
  • rantav/go-grpc-channelzR

    rantav/go-grpc-channelz

    0Ver en GitHub↗
    Ver en GitHub↗0
  • rapidloop/nrpcR

    rapidloop/nrpc

    0Ver en GitHub↗
    Ver en GitHub↗0
  • salesforce/grpc-java-contribS

    salesforce/grpc-java-contrib

    0Ver en GitHub↗
    Ver en GitHub↗0
  • sashabaranov/pikeS

    sashabaranov/pike

    0Ver en GitHub↗
    Ver en GitHub↗0
  • sercand/kuberesolverS

    sercand/kuberesolver

    0Ver en GitHub↗
    Ver en GitHub↗0
  • smallnest/rpcxAvatar de smallnest

    smallnest/rpcx

    8,295Ver en GitHub↗

    rpcx is a high-performance remote procedure call framework for building scalable microservices in Go. It functions as a binary protocol RPC system and a service mesh, providing the necessary infrastructure for low-latency inter-service communication and distributed cloud environments. The project features a cross-language service gateway that provides an HTTP entry point, allowing clients written in any programming language to invoke Go remote services via protocol translation. It also includes a specialized RPC traffic analyzer for capturing and analyzing binary packets to debug network comm

    Godubbogrpcmicroservice
    Ver en GitHub↗8,295
  • soheilhy/cmuxAvatar de soheilhy

    soheilhy/cmux

    2,710Ver en GitHub↗

    cmux is a TCP connection multiplexer and layer four protocol dispatcher. It routes incoming network traffic to different backend handlers by analyzing the initial bytes of the payload, allowing multiple network protocols to share a single IP address and port. The project identifies traffic using protocol signatures, byte-prefix matching, and header-value evaluation. It supports the detection of specific protocols including TLS, HTTP/1, and HTTP/2, and enables bidirectional handshaking where data can be sent back to a client during the matching phase. The routing system includes a first-match

    Go
    Ver en GitHub↗2,710
  • tokopedia/gripmockT

    tokopedia/gripmock

    0Ver en GitHub↗
    Ver en GitHub↗0
  • utrack/clayU

    utrack/clay

    0Ver en GitHub↗
    Ver en GitHub↗0