Altahrim / PHP_ExtWebsockets

PHP extension providing support for websockets
Other
8 stars 1 forks source link

native client #2

Open jrots opened 7 years ago

jrots commented 7 years ago

Hi, As far as I can see this library is focussed on creating a native websocket server in php using libwebsockets bindings. Are there any plans to support bindings for a native websocket client that uses libwebsockets? Because at the moment there is a wilderness of bad websocket clients, either outdated, slow or overly OO engineered. . Regards, Jayme

Altahrim commented 7 years ago

Hello,

Sorry for the late reply… It seems I misconfigured my notifications…

My aim is to provide an object oriented interface to libwebsockets for PHP users. It includes both server and client. Moreover, I think I also need client for automated testing.

Regards, Benjamin.