tbeseda on Nostr: Am I alone in not wanting multi-runtime compatible libraries? I appreciate the fear ...
Am I alone in not wanting multi-runtime compatible libraries?
I appreciate the fear of vendor lockin. Really. But I don't want that to trickle into the code I'm executing.
ie. if a request router runs in Node, Bun, CF Workers, LLRT, whatever; that worries me there are concessions made in the library. Sacrificing perf, using more disk, etc. In service of the case it's running in any one of those environments. My code is penalized on each and every incoming request…
I appreciate the fear of vendor lockin. Really. But I don't want that to trickle into the code I'm executing.
ie. if a request router runs in Node, Bun, CF Workers, LLRT, whatever; that worries me there are concessions made in the library. Sacrificing perf, using more disk, etc. In service of the case it's running in any one of those environments. My code is penalized on each and every incoming request…