Introducing secure-eval-worker
Least-Privilege JavaScript Execution in Node.js
Sep 17, 202613 min read296

Search for a command to run...
Articles tagged with #developer
Least-Privilege JavaScript Execution in Node.js

A fast, zero-dependency memcached client for Node.js

Production traffic usually isn’t random or completely steady. For instance, an app might be quiet at night, see steady use during the day, and then get busier in the evening. On Fridays, that evening

Node.js has always been about I/O. Streams, buffers, sockets, files. The runtime was built from day one to move data between the network and the filesystem as fast as possible. But there’s a gap that
