Node.js v22.5 includes SQLite, but..

#​541 — July 23, 2024 Read on the Web Node.js v22.5.0 (Current) Released – But Don’t Install It! — A notable release for three reasons: first, the WebSocket feature in 1node:http is now exposed. Second, remember how Node is embedding SQLite? 1node:sqlite is now included and ready to play with. Third, however, Read more…

Stream if you wanna go faster

#​540 — July 16, 2024 Read on the Web A Guide to Reading and Writing Node.js Streams — A post from the creator of Fastify (and a Node.js TSC member) is always a treat. Matteo reminds us of the benefits of using Node’s powerful streaming data features, where they make Read more…