#Can not run bun file.
1 messages · Page 1 of 1 (latest)
Thanks, G. Where can I contribute to developing the Windows build?
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.
@raw gale You might be able to use that other express that is extremely fast, even on Node, lemme try to find it rq
High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.. Latest version: 6.14.8, last published: 16 days ago. Start using hyper-express in your project by running npm i hyper-express. There are 10 other projects in the npm registry using hyper-express.
The benchmark I'm reading says that hyper-express is getting 241k rq/s compared to 16k on express while still using Node
https://github.com/SaltyAom/bun-http-framework-benchmark/tree/main
This is a test you can use yourself if you want
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.