Skip to content

Is Acton production ready? #1725

Answered by plajjan
ansarizafar asked this question in Q&A
Discussion options

You must be logged in to vote

The short story is: No, Acton is not production ready. Hobby use and experimental use is very welcome but you should probably not build a business around Acton now.

By single-node I think you mean running without the database backend. You can very likely build an application using Acton today that is stable and does the thing it is supposed to do without using the backend / orthogonal persistence. There are clear limitations that we know of today, like actors do not have any interface abstractions, so unlike a class where you can implement inheritance or mixin classes or define adherence to protocols / extensions (an "interface"), you don't get the same with actors. We don't have unboxing…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by plajjan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants