Roadmap - linluxiang/raptor GitHub Wiki
Roadmap
-
Implement easy to use interface
- use macro to generate client and service
-
Implement core message bus
User can register a handler to a message id in the bus. everyone can send message to that message id. If multiple handlers register for the same id, the message will be send to any one of it. A message can be send at most once.
- Actor model
- Main actor
- All the other operations run in the sub actors.
- Basic networking
- Client
- Server
- Client Manager
- Clustering
- NodeInfo registering
- NodeInfo query and cache