SQL Server Realtime Push Notifications to Node.JS #1414
Unanswered
ahmedmoloude
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, I notice in the examples folder that there is a possibility to send events to Nodejs when something changes in the DB
`const connection = new Connection(config);
connection.connect(connected);
connection.on('infoMessage', infoError);
connection.on('errorMessage', infoError);
connection.on('end', end);
connection.on('debug', debug);`
but i am wondering how we can do such thing from the SQL server thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions