A set of DDD-friendly tools for the JVM, simplifying reactive, event-driven, and microservices architectures.
@shafqatevo Good questions.
Some may argue that there is a non-blocking web server or streams available in their solutions, but these only address a limited number of potential thread blockers. Since the vlingo/PLATFORM is entirely implemented on the actor foundation, it avoids blocking at all possible points.
@VaughnVernon thanks for the answers!
It'll be very interesting to see a performance benchmark under load for a real life application like https://github.com/gothinkster/realworld for Vlingo vs Axon vs Lagom. I do acknowledge that performance is just one aspect and in most other aspects Vlingo, to me, is a clear leader with a great vision in this space.