statelyai/xactor

What problem does this solve?

blocka opened this issue · 2 comments

As far as I can tell from the linked literature, the actor model is a pattern for scalability in backend systems. It doesn't seem like its an architectural pattern. Since JavaScript engines are single-threaded, what is the problem that this comes to solve?

I'll write more on this later, but here's some insight: https://dev.to/davidkpiano/redux-is-half-of-a-pattern-2-2-4jo3

@blocka It is still a nice pattern you can still use in frontend for dataflow in data processing heavy frontends