Search Results

Found 1 results for "507204fa32911b0e5dfe56a6b03d5e4c" across all boards searching md5.

Anonymous /g/105713933#105765555
7/1/2025, 2:46:08 PM
>>105765141
What's wrong with nodemon? That said if you're thinking of hono/uwebsockets/express I recommend this other library called hyper-express. In production it's like 1% slower than uWebsockets but the API calls are near identical to express. It's built on top of uws.js just like every other fast framework anymore (and Bun's entire ecosystem lmao). Don't fall for the benchmarks from bun-tards, they run their benchmarks locally instead of over a network like the hyper-express creator does. uws runs faster on Node. The creators of uwebsockets called out Bun on github for it a while back stating uwebsockets is 80% faster on node.