joanhey / AdapterMan

Run almost any PHP app faster and asynchronously with Workerman, without touch 1 line of code in your fw or app. Also use it as Serverless.
https://twitter.com/adaptermanphp
MIT License
695 stars 44 forks source link

support magento? #43

Open halweg opened 10 months ago

joanhey commented 10 months ago

I was checking the Magento bootstrap, and we think that will not work without change it.

We can help, but they need to change a lot of things in the framework.

All most all frameworks and php apps, try to use the Request/Response, but they need to use it correctly.

halweg commented 10 months ago

You're welcome. I have reviewed the source code of Magento 2.x, it doesn't use Request/Response but instead uses $_SERVER. I will further examine the code to see what's happening.

joanhey commented 10 months ago

If you know any demo app with Magento 2.x, I can try it.

halweg commented 9 months ago

If you know any demo app with Magento 2.x, I can try it.

If you have some free time, perhaps you could consider giving it a try, but please don't feel any urgency