Showing stories from 2025-07. View all
WHat if you could take Node.js event emitter and turn it into a distributed pub-sub system?<p>I built Demitter to solve a problem I kept thinking about recently: how to easily share events between Node.js processes without the complexity of setting up Redis, RabbitMQ, or other heavyweight message br...
I'm Craig Buckler and Publican is my tiny, simple, fast, and free static site generator for Node.js.<p>I've used several SSGs including Jekyll, Metalsmith, and Eleventy. Why build another? The main reason: personal preference. All SSGs have features that I need, features I don't need,...
Hey Hackers!<p>I've had this idea stuck in my head for a while: what if an AI could actually use my browser for me? I mean, not on some virtual machine in the cloud like ChatGPT agent, but right on my own browser.<p>I finally decided to just build it and see what would happen. I wrote a quick M...
I built a Chrome extension that acts as a WebSocket proxy, allowing real-time monitoring, message simulation, and traffic interception. Think "Proxyman for WebSockets" but integrated into Chrome DevTools.<p>Key features:
Real-time WebSocket monitoring and message capture
Send custom messag...