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?
Does the new PHP 7 will be able to run real time communication?
1–3 of 3 posts
Re: Does the new PHP 7 will be able to run real time communication?
#2It already does that: Event-driven, non-blocking I/O
http://reactphp.org http://daemon.io http://socketo.me (based on reactphp)
Re: Does the new PHP 7 will be able to run real time communication?
#3It already does that: Event-driven, non-blocking I/O http://reactphp.org http://daemon.io http://socketo.me (based on reactphp)
Thank you attozk I didn't know about this.