mbarquin / reactphp-slim

Slim Request and Response extended to allow reactPHP serve a Slim frameworñ instance
MIT License
23 stars 7 forks source link

What is the goal or benefit to use this project? #9

Open aalfiann opened 6 years ago

aalfiann commented 6 years ago

Actualy I'm very interest about use reactphp for slim framework.

But could you explain more about the goal or benefit of using this project?

I just curious about the works? Can we really create a realtime app in slim framework with this?

How about the performance or benchmark?

Sorry for many questions, because there is no any phpunit for test.

Thanks

odahcam commented 1 year ago

I can't answer everything but "can we create a real-time Slim app with this?" depends A LOT on how is your Slim App setup. Yes you can, but I assume when you ask a question like that it means your Slim project is probably not ready for it, there's a lot of concepts you need to understand in order to make a old common MPA PHP app compatible with an event loop environment lifecycle. But it depends entirely on how the project is coded and not that much on the library/framework.