natural icon indicating copy to clipboard operation
natural copied to clipboard

Fastest Framework for NodeJS. Written in pure ES6+

Results 3 natural issues
Sort by recently updated
recently updated
newest added

I got to know naturaljs-router by checking the list from [web-frameworks-benchmark.netlify.app](https://web-frameworks-benchmark.netlify.app/) I've been following the dev of hyper-express, also based on uWebSockets.js. I theoretically made the same codes as simple...

Hi @jesusvilla, This `PR` : + [x] Upgrade `UWebSockets` to **20.15** + [x] Remove `node` **14** support (due to previous) https://github.com/uNetworking/uWebSockets.js/releases Regards, ------ Related to https://github.com/jesusvilla/natural/issues/6

Hi @jesusvilla, The `uWeSockets` version used https://github.com/jesusvilla/natural/blob/cdc8c6e09dbd3b48774f4a7972a62a26774f475c/package.json#L68 is not available on `node` last **LTS**, **18.12** ``` /usr/src/app/node_modules/uWebSockets.js/uws.js:22 throw new Error('This version of µWS is not compatible with your Node.js build:\n\n'...