0.1.1 • Published 10 years ago

tart-demo-mar-2014 v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

tart-demo-mar-2014

NPM version

TartJS demo given at Distributed Systems Enthusiasts in Mar 2014.

Usage

Open up Node.js console:

$ node
>

Copy and paste lines from index.js as desired:

> "use strict";
'use strict'
> var tart = require('tart');
undefined
>

Also See

Sources