In the core of yii3 will be included a component for managing web sockets ??
In the core of yii3 will be included a component for managing web sockets ??
This is not planned so far, but could be a great addition to core, or it can be handled via an extension like it’s the case for Yii2
No, it is not planned. Are there any reason why it cannot be implemented as a separate extension? If there are I’d like to get an idea.
Technically not, but when there are changes of versions in the framework, the extensions are not updated with the same rigor. On the other hand, other frameworks do have it as a native class.
We may consider it after 3.0 is released.