philip icon indicating copy to clipboard operation
philip copied to clipboard

Switch event code to use ReactPHP

Open epochblue opened this issue 12 years ago • 2 comments

The event loop in Philip is a bit naive; would be nice to try to switch it to something like ReactPHP and let Philip focus on the IRC bits, rather than the event bits.

epochblue avatar Feb 21 '13 16:02 epochblue

It has been done. Altough I like your api with the build in matching for regexes better https://github.com/phergie/phergie-irc-client-react

christiaan avatar Jul 09 '13 13:07 christiaan

I didn't intend to change the API for this framework, I only wanted to look into trading out my more basic event loop code for the lower-level (and likely faster) ReactPHP loop.

epochblue avatar Jul 09 '13 14:07 epochblue