fomo
fomo copied to clipboard
A simple, fast framework with many features for the HTTP
Apparently, this project is either dead or something improved will emerge out of it ( hopefully ). But I want to ask a few questions. I'm reading the code base...
In `.vendor/fomo/framework/src/Servers/Http.php`, I see that `enable_coroutine` is hardcoded to false. Is there a reason for this? I'm trying to use the PDO connection pool feature of Swoole and it depends...
First, I want to say thank you for awesome framework. I have been working around the framework and I see that in `response()` function, whenever you call it, it create...