4 个仓库
Abstracted messaging layers for transmitting data and broadcasting events between internal system components.
Distinct from Distributed Messaging: Focuses on the internal communication fabric between application components rather than scalable external message queuing clusters.
Explore 4 awesome GitHub repositories matching devops & infrastructure · Inter-Component Messaging. Refine with filters or upvote what's useful.
Pinpoint is a distributed application performance management tool designed to trace requests and monitor metrics across large-scale distributed architectures. It functions as a request tracer, topology mapper, and JVM application monitor, providing a backend capable of collecting and visualizing trace data from OpenTelemetry compatible sources. The system distinguishes itself through a combination of bytecode-based instrumentation via a Java agent and topology-based visualization that renders live maps of service interconnections. It captures execution flow across asynchronous boundaries, suc
Implements an abstracted messaging layer to transmit data and events between distributed system components.
This project is a reference library and collection of practical code samples for building browser extensions using WebExtensions APIs. It provides implementation guides and functional examples for core extension components, including content scripts, background processes, and browser action popups. The repository focuses on demonstrating specific implementation patterns for browser UI customization and web page manipulation. It includes samples for creating sidebars, context menus, and options pages, as well as techniques for injecting scripts and styles to alter DOM elements and page appeara
Implements messaging layers to synchronize state between background scripts and content scripts.
Villain 是一个命令与控制框架和分布式编排器,专为管理反向 TCP 和 HoaxShell 连接而设计。它作为一个反向 Shell 管理器和有效载荷生成工具,允许跨多个目标系统协调远程访问。 该项目通过分布式架构脱颖而出,该架构同步活跃的远程会话并在连接的服务器实例之间广播消息以进行协作操作。它包括一个无文件执行引擎,通过 HTTP 直接在远程内存中运行脚本,以避免将文件写入目标磁盘。 该框架涵盖了使用可自定义模板和编码为各种操作系统生成有效载荷的功能。它提供会话管理能力,包括交互式 Shell 升级到伪终端、会话持久化和稳定性监控,以防止远程 Shell 崩溃。数据传输通过自动化的 HTTP 隧道服务处理,用于将文件上传到活跃会话。
Uses a dedicated prefix system to relay text messages across a peer network of connected server instances.
This framework is a distributed systems runtime designed for building fault-tolerant, message-driven microservices and high-performance network applications in PHP. It provides an asynchronous execution environment that utilizes event-loop-based concurrency and promise-based task orchestration to manage high-concurrency workloads without blocking execution threads. The platform distinguishes itself through a unified execution abstraction that manages multi-process and multi-threaded components as isolated, supervised containers. By employing an actor-model approach to process supervision, the
Facilitates decoupled communication between internal system components using asynchronous message passing.