Skip to content

Instantly share code, notes, and snippets.

Avatar

Luís Ferreira zamith

View GitHub Profile
@zamith
zamith / console
Last active August 29, 2015 14:13 — forked from anonymous/websocket.cr
View console
var connection = new WebSocket('ws://127.0.0.1:3000')
connection.send("Hello World from WS")