SyntaxFix
Write A Post
Hire A Developer
Questions
Very simple, you close it :)
var myWebSocket = new WebSocket("ws://example.org"); myWebSocket.send("Hello Web Sockets!"); myWebSocket.close();
Did you check also the following site And check the introduction article of Opera