event-loop icon indicating copy to clipboard operation
event-loop copied to clipboard

Project status

Open bartvanhoutte opened this issue 6 years ago • 3 comments

Hello everybody,

I've been doing quite a bit of asynchronous PHP lately, and we could really benefit from more interoperability between ReactPHP and Amp. It looks like a lot of work is being done in both ecospheres while it seems more logical to bundle that development time.

According to the homepage of this repository, the project should be considered a failure. I'm wondering what the reasons for that were and if they still apply today? Maybe it's time to give this another go?

Cheers

bartvanhoutte avatar Jan 13 '20 15:01 bartvanhoutte

Hey @bartvanhoutte,

ReactPHP and Amp are interoperable via amphp/react-adapter now. As stated in the README, the API proposed here has been the base for Amp v2.x.

I'm wondering what the reasons for that were and if they still apply today?

I guess the reasons were mostly two different approaches regarding the API and neither party being fine with the API of the other.

kelunik avatar Jan 13 '20 16:01 kelunik

Hey @kelunik,

I saw the adapter but it unless I'm mistaken it does not work the other way round?

Ok, sad to hear there wasn't enough common ground to continue.

bartvanhoutte avatar Jan 13 '20 17:01 bartvanhoutte

Yes, it doesn't, but if you're building an application, it shouldn't matter.

kelunik avatar Jan 13 '20 17:01 kelunik