You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fat-Free Framework
Nice catch... well Swoole implements its own http server in php, which is kind of a different approach of course than "traditional" php scripts.. it doesnt need to boot all the php modules for every request, so that's probably why its so fast.. would be a nice experiment to test something like that.. since F3 also comes with its own websocket server I alo thought about a similar idea a while ago.. would probably be cool to see, but not sure yet how much adjustments that might need.
DevMan12
unread,
Jun 13, 2019, 5:21:43 AM6/13/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to f3-fra...@googlegroups.com
Yeah I just find it interesting because I heard laravel has their version of this here