websocket
WEBSOCKET Test Online
The websocket online test tool can be used as a websocket client to connect to the websocket server of the intranet or public network, and supports receiving and sending text messages in real time. Websocket is a new protocol under HTML5. It realizes the full duplex communication between browser and server, which can better save server resources and bandwidth, and achieve the purpose of real-time communication. Like HTTP, it transmits data through the established TCP connection, but its biggest difference from HTTP is that websocket is a two-way communication protocol. After the connection is established, the websocket server and client can actively send or receive data to each other, just like socket; Like TCP, websocket needs to establish a connection first. Only after the connection is successful can they communicate with each other.
MQTT WebSocket Client Online
Mqtt websocket online testing tool connects to mqtt broker through websocket, subscribes to message topics, and sends and receives mqtt messages.