Emilua is an execution engine for Lua. It fills a role similar to NodeJS for Javascript. Apart from being an execution engine, the two have leaps and leaps of differences.
I believe a good first post for this blog would be to clarify the differences betw... (more…)
Read more »
Fawn provides the ability to carry out edits on a mongoDB database as a series of steps. If an error occurs on any of the steps, the database is returned to its initial state (its state before the transaction started). It's based on the two phase commit s... (more…)
Read more »
Say goodbye to debugging with console.log. Start using breakpoints and a real debugger... (more…)
Read more »
Ref #37193 (and #37193 (comment) in particular, cc @jasnell @mcollina)... (more…)
Read more »