What things, do you think, are needed to create a complete Socket Driven Framework in PHP?
I am in the process of developing a PHP-based Socked Driven Framework, though it's still in development stage, it is still usable to develop applications.
I have been working on this latest version for the past 3 weeks and I need to ask what features do you think are needed to make this project a real Socket Driven Framework
I want to support async development by default, even though PHP is Sync, I plan on doing this hack with NodeJS and writing the APIs in PHP
What do you think is needed ?
And for Beginner Developers, you can clone this project to learn how to create your own MVC framework. It is designed to be as slim as possible.
GITHUB REPO: https://github.com/wilforlan/CogentPHP Sample APPS: https://github.com/wilforlan/CogentBlog https://github.com/wilforlan/Automobile-Dianostic