xactor icon indicating copy to clipboard operation
xactor copied to clipboard

What problem does this solve?

Open blocka opened this issue 4 years ago • 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?

blocka avatar Aug 31 '20 04:08 blocka

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

davidkpiano avatar Aug 31 '20 15:08 davidkpiano

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

isubasinghe avatar Feb 09 '21 12:02 isubasinghe