TreeGrid Node Server

This Node Server serves and accepts data in TreeGrid JSON format and loads and saves the data in SQLite3 database or in static file. It can also generate PDF from TreeGrid.
The file Index.js can be used as framework for application serving files for TreeGrid.

1) Install and run the Node Server

If you have any problems running the Node server please contact our technical support.

2) Test the NodeJS server with TreeGrid

3) Use the Node Server

By default the server serves at http://localhost:8000/, the host and port can be changed in beginning of Index.js file.
The server provides five functions:
function parameters:

4) Server files description