What exactly is it? #2050
Replies: 2 comments 6 replies
-
Yes, but modern, supporting for express middleware + deployable "anywhere" (e.g. edge, deno, ...).
My opinion: Nest and hono are two different categories.
It doesn't have to be but can be, yes. |
Beta Was this translation helpful? Give feedback.
-
Hi. Good notes from @manniL adding some more: Nitro is a builder + server + development server + meta-framework (extra goodies such as crossws). I think perhaps it is not comparable to any other project while parts of it, can be compared. Niro provides tools, conventions and HTTP layer to make any WebServer and also builds and optimizes it for deployment. Other HTTP frameworks such as express, (also hono ~kinda) are comparable to unjs/h3 which itself can be deployed to many hosting solutions and is part of Nitro. |
Beta Was this translation helpful? Give feedback.
-
I have read documentation, but it is still unclear to me - what exactly it is and how it is meant to be used? I also searched other resources, but all search results (except for single 8 minute video) ever mentioned it only in context of nuxt and never as independent product.
Is it web server library like express?
Is it complete backend framework like nest and hono?
Is it platform to build my own framework like above mentioned?
Is it something else different?
For whichever it is, are there other resources to read and watch? More like tutorials/guides of practical application, because docs only have description of building blocks, which by themselves hold little value without prior knowledge of how to assemble them.
Can it be used (for backend part) together with vite (for frontend part) to build new framework? Or will they conflict/overlap too much to be easy to work with?
Beta Was this translation helpful? Give feedback.
All reactions