Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oktal/zebus.morpheus
https://github.com/oktal/zebus.morpheus
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/oktal/zebus.morpheus
- Owner: oktal
- License: mit
- Created: 2024-03-24T15:54:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T15:46:11.000Z (10 months ago)
- Last Synced: 2024-04-04T18:28:13.557Z (10 months ago)
- Language: C#
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zebus.Morpheus
Morpheus is a simple, but yet very handy utility to help assess [Zebus](https://github.com/Abc-Arbitrage/Zebus)
implementations# Simulation
At the heart of Morpheus is a simulation. A simulation is a test scenario that Morpheus will run to validate
the behavior of one or multiple peersA simulation will send commands or events to one or multiple peers and will expect responses, commands or events
being sent back# Example
```
🚀 [echo] OK
🚀 [basic-command] OK
🚀 [routed-command] OK
🚀 [basic-event] OK
```