nodejs-webhooks-sample
nodejs-webhooks-sample copied to clipboard
Remove sqlite database for subscriptions
As discussed with @baywet, sqlite3 dependency brings in a lot of additional dependencies, including ones with security alerts. Refactor this to be consistent with the ASP.NET Core app - keep subscription store in memory.
thanks for logging this!