novanode
v2.0.0
Published
NovaNode v2.0 - A revolutionary Node.js backend framework
Readme
NovaNode v2.0 🚀
NovaNode is a powerful, modern, and customizable Node.js backend framework designed to simplify and speed up backend development.
✨ Features
createApp,createModel,createRoute,usePlugin- MongoDB integration
- JWT Authentication & Role Control
- RESTful API generation
- Socket.IO support
- Self-Healing APIs
- Auto documentation (PDF + Swagger-ready)
- GUI Dashboard
- CLI tools (
npx novanode create) - Hot Reload enabled
- Redis caching support
- Deploy-ready scripts (Heroku, Vercel, Docker)
- MIT licensed, developer-friendly
📦 Getting Started
npx novanode myproject
cd myproject
npm install
npm run dev🧪 Sample Model
createModel("User", {
fields: {
name: "string",
email: { type: "string", required: true, unique: true },
password: "string"
},
auth: true,
timestamps: true
});📄 License
MIT © 2025 Essa Ibra
