Hacker News new | ask | show | jobs
by jmandzik 4810 days ago
Thatsvery similar to what I/we use to build our realtime network monitoring tools, swapping out python for PHP (regrettably). It's validating to see other shops in different industries zeroing in on the similar stacks.
2 comments

Yes realtime over websocket to a data-binding style library like knockout (I'd probably choose angular if was starting now) saves you a ton of work.
Are you using ReactPHP for the ZMQ/webSocket parts or something else?