๐Ÿš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more โ†’
Socket
Sign inDemoInstall
Socket

noonjs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noonjs

**noonjs** is a powerful zero-boilerplate backend framework for modern web applications. Define your entire backend structure in a single **config**, and let noonjs generate the complete API, database models, authentication system, real-time events, an

0.0.15
latest
Source
npm
Version published
Maintainers
1
Created
Source

โ˜€๏ธ noonjs

noonjs is a powerful zero-boilerplate backend framework for modern web applications.
Define your entire backend structure in a single config, and let noonjs generate the complete API, database models, authentication system, real-time events, and permission logic โ€” automatically.

๐Ÿš€ Fast to start, easy to extend โ€” all with clean code and no clutter.

๐Ÿ”ง Beta Release: This is an early release of noonjs. Features are being refined, and your feedback is highly appreciated.

๐ŸŒŸ Highlights

  • ๐Ÿงฉ Single Config โ€” define all your schemas, roles, and behaviors in a clean JSON config.
  • ๐Ÿ” Authentication Out-of-the-Box โ€” JWT with refresh token support, no setup required.
  • ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ Role-based Permissions โ€” control exactly who can do what.
  • ๐Ÿ”„ Real-time Support โ€” built-in Socket.IO for pushing real-time updates.
  • ๐Ÿ—‚ Auto CRUD API โ€” instant REST API generation for all your models.
  • ๐Ÿงช Validation โ€” request validation without writing a single line of code.

Full documentation and examples: https://noonjs.com

โšก Quick Start

1. Install noonjs

npm install noonjs

2. Usage

import Noonjs from "noonjs"
const noonjs = new Noonjs({config})
noonjs.start()

FAQs

Package last updated on 25 Apr 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