Este es un ejemplo de simple Chat usando WebSocket.
El backend esta hecho en php usando el siguiente ejemplo.
Simple WebSocket server implemented in PHP.
- PHP >= 7.4
- ext-json
- ext-sockets
Install the package using composer:
composer require bloatless/php-websocket
php server.php
The websocket server will then listen for new connections on the provided host and port. By default, this will be
localhost:8000
.
MIT