awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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,360Voir sur 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
    Voir sur GitHub↗100,360
  • apssouza22/grpc-server-goA

    apssouza22/grpc-server-go

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • bigcommerce/grufB

    bigcommerce/gruf

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • bojand/grpc-callerB

    bojand/grpc-caller

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • containerd/ttrpcC

    containerd/ttrpc

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • firecomm/firecommF

    firecomm/firecomm

    0Voir sur GitHub↗
    Voir sur GitHub↗0

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • fullstorydev/grpchanF

    fullstorydev/grpchan

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • go-kit/kitAvatar de go-kit

    go-kit/kit

    27,430Voir sur 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
    Voir sur GitHub↗27,430
  • go-masonry/mortarG

    go-masonry/mortar

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • googleapis/gapic-generator-rubyG

    googleapis/gapic-generator-ruby

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • grpc-ecosystem/grpc-springAvatar de grpc-ecosystem

    grpc-ecosystem/grpc-spring

    3,706Voir sur 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
    Voir sur GitHub↗3,706
  • izumin5210/grapiI

    izumin5210/grapi

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • jhump/goprotocJ

    jhump/goprotoc

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • jhump/protoreflectAvatar de jhump

    jhump/protoreflect

    1,483Voir sur GitHub↗

    Reflection (Rich Descriptors) for Go Protocol Buffers

    Gogogolanggrpc
    Voir sur GitHub↗1,483
  • lileio/lileAvatar de lileio

    lileio/lile

    1,501Voir sur GitHub↗

    Easily generate gRPC services in Go ⚡️

    Goframeworkgogrpc
    Voir sur GitHub↗1,501
  • line/armeriaAvatar de line

    line/armeria

    5,115Voir sur 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
    Voir sur GitHub↗5,115
  • lognet/grpc-spring-boot-starterAvatar de LogNet

    LogNet/grpc-spring-boot-starter

    2,263Voir sur GitHub↗

    Spring Boot starter module for gRPC framework.

    Javagrpcgrpc-frameworkgrpc-service
    Voir sur GitHub↗2,263
  • malijs/maliM

    malijs/mali

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • mbobakov/grpc-consul-resolverM

    mbobakov/grpc-consul-resolver

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • piotrkowalczuk/promgrpcP

    piotrkowalczuk/promgrpc

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • raezil/thunderAvatar de Raezil

    Raezil/Thunder

    119Voir sur GitHub↗

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

    Go
    Voir sur GitHub↗119
  • rantav/go-grpc-channelzR

    rantav/go-grpc-channelz

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • rapidloop/nrpcR

    rapidloop/nrpc

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • salesforce/grpc-java-contribS

    salesforce/grpc-java-contrib

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • sashabaranov/pikeS

    sashabaranov/pike

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • sercand/kuberesolverS

    sercand/kuberesolver

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • smallnest/rpcxAvatar de smallnest

    smallnest/rpcx

    8,295Voir sur 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
    Voir sur GitHub↗8,295
  • soheilhy/cmuxAvatar de soheilhy

    soheilhy/cmux

    2,710Voir sur 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
    Voir sur GitHub↗2,710
  • tokopedia/gripmockT

    tokopedia/gripmock

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • utrack/clayU

    utrack/clay

    0Voir sur GitHub↗
    Voir sur GitHub↗0