Last active
October 25, 2017 20:06
-
-
Save zlatkov/5a8d94f38cc2407f5db412c006d81f44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Create a new WebSocket with an encrypted connection. | |
var socket = new WebSocket('ws://websocket.example.com'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment