top | item 9938896 Does the new PHP 7 will be able to run real time communication? 4 points| lordluisv | 10 years ago | reply On stack overflow they always says that PHP is not a good programming language for real time applications in this case like real time chats, long polling, comet, etc. with PHP 7 would this change? or I need to start learning node.js? 2 comments order hn newest [+] [-] attozk|10 years ago|reply It already does that: Event-driven, non-blocking I/Ohttp://reactphp.org http://daemon.io http://socketo.me (based on reactphp) [+] [-] lordluisv|10 years ago|reply Thank you attozk I didn't know about this.
[+] [-] attozk|10 years ago|reply It already does that: Event-driven, non-blocking I/Ohttp://reactphp.org http://daemon.io http://socketo.me (based on reactphp) [+] [-] lordluisv|10 years ago|reply Thank you attozk I didn't know about this.
[+] [-] attozk|10 years ago|reply
http://reactphp.org http://daemon.io http://socketo.me (based on reactphp)
[+] [-] lordluisv|10 years ago|reply