hominee / crossbus

A Platform-less, Runtime-less Actor Computing Model
https://hominee.github.io/crossbus/
122 stars 0 forks source link

support virtual actor model? #2

Closed Cloud33 closed 1 year ago

Cloud33 commented 1 year ago

like orleans, This concept is very easy to accept and learn.

hominee commented 1 year ago

As a actor computing model, crossbus supports in-memory actor clusters computation and interaction. when an actor gets started, it can make local decisions, create more actors, send more messages, and determine how to respond to the next message received. or to put it in short, an actor can update its inner state or change others' via messages.

if you wanna make an comparison with other similar framework, eg. actix, orleans, there are some differences based what I know:

Cloud33 commented 1 year ago

Yes, I really like it, but I haven't found a similar framework in Rsut. If Crossbus supports the virtual actor model, it would be great.