Tag: server-side

Milo: A new HTTP parser for Node?

November 14, 2023 By Mark Otto 0

👍 Note: There’s a ‘last update’ badge saying 2021, but it’s incorrect – there was a big update this month 😄 ▶  Talks from the Node.js Collab Summit 2023 — If you want to stay up to date with the latest discussions within the Node project, here are the…

Next.js vs Remix

October 4, 2023 By Mark Otto 0

✍️ Due to attending the AI Engineer Summit, there will be no React Status next week. We’ll be back on Wednesday, October 18 – see you then! 🙂__Peter Cooper, your editor Next.js 13 vs Remix: A Case Study — No mere lightweight list of feature…

All the ways to use Postgres from Node

May 30, 2023 By Mark Otto 0

▶  ‘I Tried 8 Different Postgres ORMs’ — A modern, fast-paced, and slightly irreverent meme-heavy look at the various ways in which you can interact with Postgres (provided serverless by Neon, in this case) from a backend JavaScript app. It’s pretty neat as whirlwind tours go.…

Microsoft shrunk the TypeScript

May 25, 2023 By Mark Otto Off

DeviceScript: TypeScript for Tiny Thingamabobs — DeviceScript is a new Microsoft effort to take the TypeScript experience to low-resource microcontroller-based devices. It’s compiled to a custom VM bytecode which can run in such constrained environments. (A bit like Go’s TinyGo.) It’s aimed at VS Code…

Getting recursive with Node 20.1

May 9, 2023 By Mark Otto 0

???? That said, the fs readdir and opendir functions get a new recursive option which, a commenter notes, could replace some popular third party packages that do the same thing, such as recursive-readdir which gets over 5 million downloads a week(!) Smooth Logging for Node.js…

The state of Node.js in 2023

April 11, 2023 By Mark Otto 0

ℹ️ I mentioned it in the last issue, but in case you missed it, Node Weekly is now sent on Tuesdays, so if you missed us, we’re back. Until we take another break in August. ????__Peter Cooper, your editor Trying Node’s Built-In Test Runner —…