Nitro

up:: Nuxt

Is used by Nuxt. Uses h3 to handle http requests.

What does it do?

  • Universal1 JS server
  • Rendering: SRR / Static / etc.
  • File-based routing
  • Supports multiple hosting providers
  • Builds standalone servers so deplays don’t require any extra code
  • Deals with code-splitting
  • Storage layer to access filesystem, database, Redis and more
  • Caching system built on top of the storage layer

Footnotes

  1. Can be run anywhere, in any framework.