Symfony + Xterminal
- Install dependencies:
composer install
php bin/console importmap:install- SSL:
symfony server:ca:install- Start the WebSocket server:
php bin/console websocket:start-server- Start the Symfony server:
symfony server:start- Start Chrome with ignore-certificate-errors
.\start_chrome_insecure.bat
- Start the local web mail catcher
symfony open:local:webmail
go to bin/certs then generate a certificate using openssl
openssl req -x509 -newkey rsa:4096 -keyout ssl.key -out ssl.crt -days 3650 -nodes -subj "/CN=localhost"
Install wscat package
npm install -g wscat
wscat -c wss://localhost:8080/ --no-check