13
README.md
13
README.md
@@ -1,3 +1,12 @@
|
||||
# conflux
|
||||
# Conflux
|
||||
|
||||
A lightweight Java library providing a thread-safe shared processing context combined with an event bus for distributing updates, enabling clean, decoupled communication between independent components.
|
||||
**Conflux** is a Java library that provides a shared processing context
|
||||
combined with an event bus, allowing independent components to share named
|
||||
values and react to their changes in a clean and decoupled way.
|
||||
|
||||
## Key Features
|
||||
|
||||
- Shared context for storing and retrieving named values
|
||||
- Publish/subscribe event bus for listening to value changes
|
||||
- Simple API for easy integration into existing projects
|
||||
- Enables modular design by decoupling components through events
|
||||
Reference in New Issue
Block a user