Skip to content

Latest commit

 

History

History
 
 

node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Node.js Demo

Regular Node Demo

Usage

Generate a simple presentation.

node demo.js

Generate a presentation with all demo objects (like the browser demo).

node demo.js All

Generate a presentation with selected demo objects (e.g.: 'Table', 'Text', etc.).
(See ../common/demos.js for all tests)

node demo.js Text

Stream Demo

The demo_stream.js file requires the express package to demonstrate streaming.

Usage

node demo_stream.js

Then visit http://localhost:3000/ on a local web browser to download the streamed file.