Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 225 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 225 Bytes

Very-Simple-Websocket

php websocket connection examle

Run WebSocket server

php -q websockets.php

Run WebSocket client

php -S 0.0.0.0:8000 websockets.html or you can open the websockets.html on browser directly.