Search Results

Found 1 results for "ef2d14d5690b190de9615bdf1404af4a" across all boards searching md5.

Anonymous /g/105787235#105803631
7/5/2025, 1:48:04 AM
>>105803491
Check this Tweet, it talks about standard HTTP servers.
https://x.com/uNetworkingAB/status/1812914159295869075/photo/1

Picrel is also interesting from this article
https://levelup.gitconnected.com/node-js-on-steroids-unlocking-4x-throughput-with-%C2%B5websockets-js-cf12ecc0d725

There's a very good one mentioned called hyper-express that combos well with postgres. In run time it's only very slightly slower than uws.js, but the postgres hyper-express combo is top tier.
https://github.com/kartikk221/hyper-express/blob/master/docs/Benchmarks.md

I just finally swapped out of the MEANstack about a year ago and replaced Express with Hyper-express, Angular with Alpine, and Mongo with Prisma and Postgres. The backend experience is better and the websockets are a lot easier to use than when I was using socket.io and there's a massive performance boost, but the frontend devx experience is 100 times better.