var endpoint = "
"
var params = "[email protected],[email protected]";
var ws = new WebSocket(endpoint + params);
ws.onmessage = function (event) {
console.log(event.data);
};
Enter details below then hit the Open Web Socket button to receive emails on this web page.
Web socket frames that you receive will be printed below.