php-websocket-client icon indicating copy to clipboard operation
php-websocket-client copied to clipboard

A simple WebSocket WAMP client implemented in PHP

Results 1 php-websocket-client issues
Sort by recently updated
recently updated
newest added

See: http://en.wikipedia.org/wiki/WebSocket#URI_scheme The client should use URI instead of separate host/port/path variables. Especially to easily enable wss connections (SSL/TLS) - which is also currently missing.