Skip to content

A web client used to display a graph in your web browser using html5 and websocket api.

Notifications You must be signed in to change notification settings

graphstream/w3sink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

w3sink

GraphStream's Web Interface

Disclaimer

w3sink is not a viable project yet. APIs are willing to change from one commit to another.

Use It

Published versions of w3sink are located in the dist folder :

W3Sink uses bower to publish new releases so you don't need to clone the repository if you want to use w3sink.

Bower is the easiest and recommended way to get the library. However you will need node.js installed in order to use bower.

Then make use you have bower installed:

npm install -g bower

Then actually install w3sink:

bower install w3sink

This will create a bower_components folder with w3sink in it. Now you can add w3sink to your web pages:

<script src="bower_components/w3sink/dist/w3sink.min.js"></script>

Hack it

The files of the library are located in the lib folder. The test folder contains Qunit test. The demos folder contains less organized and more broken stuff.

The project uses grunt and bower to automate various tasks so you will need node, grunt and bower installed.

After node is installed, run this on the root folder. It will install all the dependencies:

npm install -g bower
npm install -g grunt-cli
npm install
bower install

Once installed you can build the lib (grunt build) and then run the tests (grunt test).

About

A web client used to display a graph in your web browser using html5 and websocket api.

Resources

Stars

Watchers

Forks

Packages

No packages published