index.js 158 Bytes
Newer Older
Alexander Bazo committed
1 2 3 4 5 6
/* eslint-env browser */
/* global GazeClient */

var gclient = new GazeClient();
gclient.connect("ws://localhost:8001/gaze");
// gclient.send("Hello World");