Websockets
Tools
- SERVER websockets-tester, my node-based websocket server
cd development/websocket-tester npm install -g wst 9020 Starting test websockets SSL server: wss://0.0.0.0:9020 NOTE: YOU MUST FIRST BROWSE to https://0.0.0.0:9020 to accept the self-signed cert. # acually use localhost, not 0.0.0.0, to connect from most client tools
- CLIENT Chrome Simple Web Socket Client extention - go to options, send ws messages - works to connect to wst
url: wss://localhost:9020
- CLIENT Websocket.org Echo Test (open in a new tab)
Location: wss://localhost:9020