Integrating Gantt with Node.js using REST API and MySQL
April 8, 2016
9 min read
In this tutorial we'll show how js Gantt chart can be added into Node.js app. Unlike our previous tutorial, this time we'll connect Gantt to the REST API for performing CRUD operations on the backend. As a result, you'll see t...