📰 Dev.to · rabbxdev
6 articles · Updated every 3 hours · View all reads
All
Articles 80,951Blog Posts 103,830Tech Tutorials 19,701Research Papers 17,549News 13,804
⚡ AI Lessons

Dev.to · rabbxdev
4w ago
@rabbx/watcher -tinny crossplatform file watcher,node,bun,deno ,chokidar-alternative
Just shipped a 0-dep file watcher that actually works on Node, Bun, and Deno. Auto-fallback to...

Dev.to · rabbxdev
4w ago
The "WS" Evolution: Why I’m Switching to @rabbx/ws in 2026
If you’ve been in the Node.js ecosystem for a while, you know the ws library is the bedrock of...

Dev.to · rabbxdev
🔧 Backend Engineering
⚡ AI Lesson
1mo ago
The End of "Heavy" WebSockets: Introducing @rabbx/ws
The Node.js ecosystem has relied on the ws library for 15 years. It’s reliable, but it was built for...

Dev.to · rabbxdev
🔧 Backend Engineering
⚡ AI Lesson
1mo ago
Go Edge-native fast
Ditch the bloat and go edge-native. ⚡️ Say hello to @rabbx/ws: the ultra-lean WebSocket library...

Dev.to · rabbxdev
1mo ago
I replaced ws with 2.5KB of code and deleted 14 dependencies
npm install ws = 1.2MB. For a WebSocket. I checked node_modules/ws and found 14 dependencies. To...

Dev.to · rabbxdev
1mo ago
@rabbx/ws – WebSocket for Node/Bun/Deno/Workers in 9KB, zero deps
Hey devs, I got tired of ws + isomorphic-ws + cross-fetch + polyfills just to open a socket that...
DeepCamp AI