A thin websocket testing client with JSON frames, built with AngularJS.
- clone the repo
npm install
bower install
- run the app using
grunt serve
and navigate to localhost:8000 - build a minified version using
grunt build
and deploy thedist
folder to a webserver