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
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bennidi avatar

bennidi/mbassador

0
View on GitHub↗
975 estrellas·149 forks·Java·MIT·3 vistas

Mbassador

Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven

Features

  • Microservices and Messaging - Lightweight message bus for event-driven architectures.

Historial de estrellas

Gráfico del historial de estrellas de bennidi/mbassadorGráfico del historial de estrellas de bennidi/mbassador

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 Mbassador

Proyectos open-source similares, clasificados según cuántas características comparten con Mbassador.
  • apache/activemqAvatar de apache

    apache/activemq

    2,435Ver en GitHub↗

    Apache ActiveMQ

    Java
    Ver en GitHub↗2,435
  • grpc/grpc-javaAvatar de grpc

    grpc/grpc-java

    12,032Ver en GitHub↗

    gRPC Java is a library for building distributed systems that enables client and server applications to interact through remote procedure calls. It uses protocol buffers to define service interfaces and exchange structured data, providing a framework for connecting microservices across different environments. The framework utilizes an asynchronous networking foundation to manage concurrent connections and relies on a multiplexed binary protocol to facilitate efficient data exchange. It supports pluggable transport interceptors, allowing for the injection of custom logic into the request-respon

    Javagrpcjavamicroservices
    Ver en GitHub↗12,032
  • 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
  • netflix/eurekaAvatar de Netflix

    Netflix/eureka

    12,712Ver en GitHub↗

    Eureka is a service registry and discovery server that serves as a coordination tool for microservices. It provides a distributed service registry where instances record their network locations and health status to enable dynamic communication without the use of hardcoded addresses. The system functions as a client-side load balancing framework, providing location data to consumers so they can distribute network traffic across available instances. It employs a heartbeat-based health monitor to track instance availability and automatically removes unresponsive nodes from the registry to manage

    Java
    Ver en GitHub↗12,712
Ver las 6 alternativas a Mbassador→

Preguntas frecuentes

¿Qué hace bennidi/mbassador?

Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven

¿Cuáles son las características principales de bennidi/mbassador?

Las características principales de bennidi/mbassador son: Microservices and Messaging.

¿Qué alternativas de código abierto existen para bennidi/mbassador?

Las alternativas de código abierto para bennidi/mbassador incluyen: apache/activemq — Apache ActiveMQ. grpc/grpc-java — gRPC Java is a library for building distributed systems that enables client and server applications to interact… line/armeria — Armeria is a Netty-based microservice framework used for building high-performance asynchronous services. It functions… netflix/eureka — Eureka is a service registry and discovery server that serves as a coordination tool for microservices. It provides a… protocolbuffers/protobuf — Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a… xetorthio/rmq.