walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.

Home Page:http://www.workerman.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What different between Protocols\Ws vs Protocols\Websocket ?

webrobot1 opened this issue · comments

as i see for clients connection can be seth both

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

One for client, one for server.