Projects in node

I got bored of writing those endless 5*60*1000 operations to compute my timing needs. That's why delta-time is here to solve that!

It offers a simple interface and clears my code. I intend to use it in all my future projects involving those nasty timings.

Caching is always hard to integrate with applications, that's why I decided to create a simple module that worked perfectly for my program flow. Call-cache gives you a simple interface and sits between your callbacks to provide all the data you need for the next computation steps.

With a key and a function generator it will synchronously or asynchronously save in memory anything given. Follow the links on GitHub or npm to learn more about it's usage.