Using a .NET DLL in Node.js / serverside javascript

Check out the edge.js project I started (http://tjanczuk.github.com/edge). It provides a mechanism for running .NET and node.js code in-process. Edge.js allows you to call .NET code from node.js and node.js code from .NET. It marshals data between .NET and node.js as well as reconciles the threading models between multi-threaded CLR and single threaded V8. Using … Read more

How to forcibly keep a Node.js process from terminating?

The simplest, least intrusive solution I honestly think my approach is the least intrusive one: setInterval(() => {}, 1 << 30); This will set a harmless interval that will fire approximately once every 12 days, effectively doing nothing, but keeping the process running. Originally, my solution used Number.POSITIVE_INFINITY as the period, so the timer would … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)