Hi,
I am using neo4j as my backend database. I want to send data to my app from server when some of the data transaction is occurred in real time and I am using socket to send the data from my nodejs server but the issue is I want to add data transac...