Novaxjs2 is a modern Node.js framework focused on speed, flexibility, and simplicity. Here are some features:
β
Simple and fast routing (get, post, put, delete)
β
Route parameters like /user/:id
β
Route groups and nested routes
β
Regex-based dynamic routing
β
Global and route-specific middleware
β
req.query, req.body, req.params support
β
Built-in JSON/form body parsing
β
Built-in error handling and custom 404
β
File upload with size/type limits
β
Serve static files easily
β
Plugin system (app.usePlugin) to extend core
β
Custom templating engine (.html with Novax syntax)
β
JavaScript (.js) templating
β
res.send, res.json, res.template helpers
β
Auto CORS support
β
Secure input handling ready
β
Tiny, fast, and dependency-free
β
Works with CommonJS and ES Modules
β
Clean and minimal boilerplate
β
Supports async middleware and routes
β
Full control over response headers and status
β
Auto parse uploaded files (images, etc.)
And more
π¦ npm install novaxjs2
π Docs: https://novaxjs2.site
#Novaxjs2 #Nodejs #BackendDev #JSFramework #WebAPI
7
0