0.0.1 • Published 8 years ago

databucket-ws-client v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

DataBucket - WebSocket Client

DataBucket is a template for an application that can load, analyze, and visualize data that is targeted at normal humans and not require the skills of data scientists.

The websocket-client NodeJS package that resides in this repository provides a JavaScript API that communicates with the DataBucket server.

Build

To build the client, install all the dependent packages using npm:

% npm install

Example Usage

TBD

Run CLI

For quick testing and interactive discovery, there is a client CLI (command line interface) that can be used to interact with a running DataBucket server. The CLI was built using the Vorpal package.

% node lib/cli.js

To get a list of commands, use the help command:

> help