In this post, you learn how to improve Node.js cold start performance by up to 70% by bundling and minifying your code. You also learned how to provide a different version of AWS SDK for JavaScript and that dependencies and how they are imported affects t... (more…)
Read more »
GIT for nodejs and the browser using https://libgit2.org compiled to WebAssembly with https://emscripten.org - petersalomonsen/wasm-git... (more…)
Read more »
For years, Node.js has not been the best choice to implement highly CPU intensive applications. This is mainly because Node.js is merely Javascript and JavaScript is single-threaded. Many… (more…)
Read more »
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users. - directus/directus... (more…)
Read more »
High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue) - GitHub - graphile/worker: High performanc... (more…)
Read more »