nanoexpress
GitHubKnown BugsFAQ
  • Getting Started
  • Server
  • Middlewares
  • Routes
    • Static Serve
    • Request
    • Response
    • Route
    • Errors handling
  • Schemas
  • WebSocket
  • Docker / Linux
  • Optimizations
  • Benchmarks
  • Known bugs
  • Sponsors
  • FAQ
  • License
Powered by GitBook
On this page
  • Why nanoexpress is made
  • Why nanoexpress is made if there uWebSockets.js already replacement for Express.js

Was this helpful?

FAQ

PreviousSponsors

Last updated 2 years ago

Was this helpful?

Why nanoexpress is made

Good question ;)

This documentation page answers question from asked by one of user interested in nanoexpress

Why nanoexpress is made if there uWebSockets.js already replacement for Express.js

nanoexpress implements middleware layer and these features

  • Auto-document with Swagger

  • Autovalidate with Ajv

  • Auto-serialization with fast-json-stringify

Also, nanoexpress will be faster, but not in all applications.

Last three features isn't available even on express as built-in, but nanoexpress gives these features and built-in.

here