2

I'm working on broadcasting changes in a SQL Server db using web sockets, but trying to not install anything because then I'd have to get our DBAs involved...

Spent hours trying to package a little node app that broadcasts the changes as an exe using nexe, realized for the most part it just compiles node from source, and the outputted binary didn't end up running, anyway.

Then it hit me; I can just run the node exe without installing it. Now I just have to get this service broker to work...

Comments
Add Comment