NodeJS connect / edit JSON file

Hello,
I have made a Webix table witch loads a JSON file from NodeJS server like that:

url: “JSON/data.json”

Everything works fine , i can add / delete rows and also edit the content. But my problem is that i can edit it only in html ( so after refresh it goes back as it is in JSON file ). My question is : Is there any documentation or examples of how i must configure nodeJS server to edit JSON.

PS. Sorry i’m new to the whole server → html → server thing.

Hello,

ui.datatable has save property which allows you save the data after editing. Please check the related docs.