Deploying Nanos Node.js Unikernels to AWS
In this short tutorial we learn how to build, deploy, and run node.js unikenels to AWS using the t2 instance type. (more…)
Read more »
Recently I landed experimental support for require()-ing synchronous ES modules in Node.js, a feature that has been long overdue. In the pull request, I commented with my understanding about why it di… Read more