Node-based a/v composition: programs as graphs and graphs as compositional tools

👾~ music, eternal ~ 👾. Contribute to kousun12/eternal development by creating an account on GitHub. Read more

Similar

Debugging Tips for Node.js

‘This is supposed to work’. Every developer has felt this way countless times when building applications. Things don't always work as expected, and this is usually due to one error or the other. It could be a syntax error (about which Node.js would yell a... (more…)

Read more »

Breaking the Node.js event loop

Asynchronous programming is difficult to wrap your mind around: threads, semaphores, and deadlocks, oh my! On one hand, Node.js makes this a whole lot easier: no locking or mid-execution interruptions. But its event loop is foreign territory. Let’s explo... (more…)

Read more »