walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.12k stars 2.26k forks source link

What different between Protocols\Ws vs Protocols\Websocket ? #1030

Open webrobot1 opened 5 months ago

webrobot1 commented 5 months ago

as i see for clients connection can be seth both

blogdaren commented 5 months ago

The ws protocol allows workererman to work as only a websocket client to connect to the websocket server, but NOT as websocket server.

xpader commented 5 months ago

One for client, one for server.