#Can not run bun file.

1 messages · Page 1 of 1 (latest)

gilded nexus
#

can you try with wsl as i hear windows build doesn't support some things yet (but will soon :))

raw gale
jagged fern
#

And maybe not use Express

raw gale
# jagged fern And maybe not use Express

I've already written my app using Express and Node.js, but as it involves complex tasks, I sought a faster and more optimized environment. Although Express has excellent modules, I prefer sticking with it.

jagged fern
#

@raw gale You might be able to use that other express that is extremely fast, even on Node, lemme try to find it rq

#
#

The benchmark I'm reading says that hyper-express is getting 241k rq/s compared to 16k on express while still using Node

#
HyperExpress is mostly compatible with Express but not 100% therefore you may encounter some middlewares not working out of the box. In this scenario, you must either write your own polyfill or omit the middleware to continue.