New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

novanode

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

novanode

NovaNode v2.0 - A revolutionary Node.js backend framework

latest
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 16 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts