nitro
nitro copied to clipboard
Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
**[Deta.sh](https://deta.sh)** is a pretty cool (and as free as it gets) personal-ish cloud for developers 🚀 [Website →](https://deta.sh) [Documentation →](https://docs.deta.sh/docs/micros/deploy) It seemingly doesn't support ESM, what is a good way...
### Environment Node.JS : 16.15.0 NItro : 0.3.8 ### Reproduction Here is a simple reproduction link : [Stackblitz](https://stackblitz.com/edit/node-e4axc9?file=routes/ping.get.ts) Just run `NITRO_PRESET=cloudflare npm run blitz` Notice the message `'pg-native' is imported...
Website: https://edgegap.com Documentation: https://docs.edgegap.com/docs/ (will update more details. we have set a meeting today with @danielroe)
https://github.com/nuxt/framework/issues/1539 Alternatively we can integrate with route caching rules for single preset
https://github.com/nuxt/nuxt.js/issues/13764 We can show sumary and per extension summaries (like for js bundle)
Refs: - #39 - https://github.com/unjs/nitro-poc-layer0 (private) TODO: - [x] Move POC as a published preset - [ ] Add deployment guide (@tristanlee85) Improvements: - [ ] Use direct builder/core API...
Currently, we have some small dependencies that are only usable for some presets: - @cloudflare/kv-asset-handler - @netlify/functions - archiver (for azure) Their install size overhead is very small (3.4M non-shared!)...
Currently, we have [unjs/server-placeholder](https://github.com/unjs/serve-placeholder) for dev server that prevents unnecessary service calls. However, this can be useful for production as well. We only need to also ensure it will be...
heroku is very customisable but mostly this is done with buildpacks. Here's [the node one](https://devcenter.heroku.com/articles/nodejs-support). By default the node buildpack will build, prune dev dependencies + package the entire app...
When deploying a Nitro app with the `azure-functions` preset, static Images such as .pngs and .jpgs are rendered incorrectly. (They are converted to string, which messes with their encoding.) Issues...