I want the nodejs to append all the data in the JSON format in following format
[{ \"name\": \"admin\", \"message\": \"dfd\", \"datetim
JSON is not 'appendable' format. You have two options here: