-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi @tpunt, hope you're going well!
First of all, you're the man, this is an awesome project that was in my mind since two weeks and I came from a conference last week thinking in implement this in PHP, so I'd love to help you in this project!
Second, I was looking at the source code and it is sound a bit confusing for me yet. I'm working with Actor Model using Scala (Akka) and I was thinking how would we implement the runtime architecture. I mean, in Scala w/ Akka, when we run the application, we start it like a daemon (using the internal Akka Http Server or Netty server) and I was thinking how we would architect the runtime of a PHP app using the Actor Model? TCP Sockets? PHP Built-in Web Server? ReactPHP
There are some other things to care about, like clustering the application, we may need a node coordinator, a sharding model, a persistence model and etc...
Again, I would love to help you in this journey as I'm loving work with Actor Model in Scala and this would be a good step in architecture point-of-view of PHP apps.
If is good for you, we can make a discussion group to take this project to a next level.
Let me know what you think about this, ok?
Best regards!