Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4t145/asteroid-core
https://github.com/4t145/asteroid-core
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4t145/asteroid-core
- Owner: 4t145
- Created: 2024-07-19T10:02:38.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-23T12:10:48.000Z (6 months ago)
- Last Synced: 2024-07-23T14:14:26.480Z (6 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
actor:
# handlers:
typeid -> handler
## for raw(local) message
directly call handler
## for binary(remote) message
deserialize message -> call handler# broker
(actor_id + message)
router find the broker