Xiaofei-it/HermesEventBus
A library for using EventBus between processes, useful in the IPC or plugin development. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3705
- days_rel: n/a
- days_push: 3394
- n_releases_24m: 0
Adoption not part of the score
1617 stars · 243 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
HermesEventBus is an Android library that extends greenrobot's EventBus to support event posting across processes via IPC, built on top of the Hermes IPC framework. It provides the same APIs as EventBus, making it a drop-in replacement for apps with multiple processes or plugin-based architectures.
Use cases
- post events between processes in a multi-process Android app
- replace EventBus with a cross-process-capable event bus
- communicate between distinct Android apps via events
- send events between a host app and plugin processes
- simplify IPC without writing AIDL
- broadcast state changes across app processes
When to choose
- your Android app runs multiple processes and needs EventBus-style communication
- you want a drop-in replacement for EventBus 3 with IPC support
- you develop Android plugins that must exchange events with the host app
When to avoid
- your app is single-process and plain EventBus suffices
- you need a maintained library - the last release was in 2017
- you need high-throughput or structured messaging rather than simple event posting
- you use an EventBus version earlier than 3.0
Facets
library · maturity maintenance
message-queue middleware android-tools mobile-development developer-tools jvm eventbus ipc inter-process-communication android event-driven cross-process
1 source
- readme: https://github.com/Xiaofei-it/HermesEventBus · fetched 2026-08-28 · fbfb765e299e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Xiaofei-it/HermesEventBus | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Xiaofei-it/HermesEventBus")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem