Home - linluxiang/raptor GitHub Wiki

Welcome to the raptor wiki!

The target of raptor is to create a distributed virtual actor framework for Rust. It's highly inspired by Orleans and the reliable actor module of Serviec-Fabric.

Key features

  • Virtual actor make it easy to use
  • Actors are depolyed dynamically in the cluster
  • Actor supervision

Basic modules

  • Reliable distributed message bus, inspired by Vertx
  • Vitual actor like rpc

Roadmap