-
Looking at ReactPHP's basic example, if I had PHP running on Nginx, and I used this code, would that be a ReactPHP web server running on top of Nginx or is that meant to be used independently from Nginx? For example it seems that once executed it would just run indefinitely, not necessarily as a "loop" that your server configs would kill after a timeout, but just as an open socket connection that persists.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
framework-x
Framework X – the simple and fast micro framework for building reactive web applications that run anywhere.
Yeah ReactPHP will do this. I have an event source server running and it was pretty easy (once you get the hang of using react). I had an nginx proxy in front of it for tls. Have a look at https://framework-x.org too