a web chat rom example build by react, reactphp
> git clone https://github.com/suntianxiang/websocket_chat_example.git
> cd websocket_chat_example/backend
> composer install
> cd ../frontend
> npm install | yarn install
> cd ../backend/server
> php http.php &
> php chat_room_server.php &