ness-js 1.2.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +23 -11
  2. package/readme.md +25 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ness-js",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "description": "NESS-js is a Node.js Engineered Stack System that provides a structured, auditable, and extensible runtime for building long-living software through composable system layers.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -15,50 +15,62 @@
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://gitlab.com/ness-js/developments/nessjs.git"
18
+ "url": "git+https://gitlab.com/ness-js/developments/ness-js.git"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">=20.0.0"
22
22
  },
23
23
  "keywords": [
24
24
  "nessjs",
25
+ "ness-js",
25
26
  "nodejs",
27
+ "node.js",
26
28
  "runtime",
27
29
  "system",
30
+ "systems",
28
31
  "application",
32
+ "web-application",
29
33
  "engine",
34
+ "layered-architecture",
30
35
  "layered",
36
+ "layers",
37
+ "layer",
31
38
  "architecture",
32
39
  "software",
33
- "layers",
34
- "system",
35
40
  "packages",
36
41
  "audit",
37
42
  "traceability",
38
43
  "execution",
39
44
  "flow",
40
45
  "security",
41
- "layers",
46
+ "software-security",
47
+ "web-security",
42
48
  "modular",
49
+ "modular-programming",
43
50
  "stack",
51
+ "stack-manager",
52
+ "stack-based",
53
+ "full-stack",
54
+ "open-stack",
44
55
  "long-living",
45
- "software",
46
56
  "maintainable",
47
- "systems",
48
57
  "framework",
58
+ "openframework",
59
+ "open-framework",
60
+ "opensource",
49
61
  "orchestration",
50
62
  "deterministic",
51
- "runtime",
52
63
  "extensible",
53
- "system"
64
+ "pure-javascript",
65
+ "javascript"
54
66
  ],
55
67
  "homepage": "https://gitlab.com/ness-js",
56
68
  "author": "theGlitched - Alberto Marangelo",
57
69
  "urls" : [
58
70
  "theGlitched.dev",
59
71
  "theGlitchedside.com",
60
- "nessjs.dev",
61
- "https://gitlab.com/nessjs"
72
+ "ness-js.dev",
73
+ "https://gitlab.com/ness-js"
62
74
  ],
63
75
  "license": "LICENSE ON OFFICIAL REPOSITORY"
64
76
  }
package/readme.md CHANGED
@@ -1,25 +1,37 @@
1
- # HELLO FROM NESS JS
1
+ <br>
2
2
 
3
- __In a nutshell: NESSJS is a powerful corporate-free, ethical, agnostic, free (under one million euros) and open source alternative for all developers who use Node.js.__
3
+ # HELLO FROM NESS-JS
4
4
 
5
- ---
5
+ <br>
6
6
 
7
- > WARNING: You don't need to install ness-js from npm, the package is only an helper of the engine... Read the original documentation!
7
+ > :warning: **we are in beta!**
8
8
 
9
- ---
9
+ <br>
10
10
 
11
- Short Manifest: NESS JS (Node Engineered Stack System) is a minimal and secure Node.js core designed to load and manage modular package extensions through a customizable layers (the stack).
11
+ In a nutshell: **NESS-js (Node Engineered Stack System)** is a minimal, secure Node.js core designed to load, orchestrate, and control modular software layers (the stack) with explicit execution flow, traceability, and audit in mind.
12
12
 
13
- Its job is to load, verify, and manage your custom scripts (packages: tools or services) via a strict lifecycle and a security-first approach. It's a maintainable userland for your JS-based implementations with the added advantage of not and manage, pollute, having to push on git, all node_modules contents. You focus solely about your software stack.
13
+ NESS-js exists to **compensate the structural weaknesses of typical JavaScript application flows**:
14
+ implicit execution order, weak boundaries between concerns, poor runtime visibility, and fragile long-term maintainability.
14
15
 
15
- The stack layer and all relatives dependecies are importable via simple configuration, a json file, and one command.
16
+ The goal of the project is to bring **engineering-grade structure** to Node.js systems ( closer to the mindset of solid, deterministic back-end architectures ) while preserving JavaScript’s flexibility and ecosystem.
16
17
 
17
- NessJS repository ships the core only; All packages/extensions (like server, crud, database, apis...) are optional and can be installed via CLI.
18
+ NESS-js is:
19
+ - corporate-free
20
+ - ethical and agnostic
21
+ - modular by design
22
+ - extensible through explicit layers
23
+ - free under one million euros in revenue
18
24
 
19
- This is not vibe-coding this is structural JS engineering:
25
+ It is not just a framework — it is a structured Node.js userland for developers,
26
+ where execution flow, system boundaries, and runtime behavior are explicit and controllable.
27
+ It is a system for building **long-living, auditable, and evolvable software** on top of Node.js.
20
28
 
21
- Building Ideas: _Security-first • clean code • only plain js • nodejs module compatibility • Ethical Business (read licence)_
29
+ <br>
22
30
 
23
- Design Principles: _KISS • DRY • SRP • LSP • ISP • OCP (Open to dev) • DIP • Extensibility • No-Third‑Party software libs (unless strictly necessary of nodejs) • Encapsulation & Information Hiding • Separation of Concerns • Fail-Fast • Tamper-evidence & Integrity • Vault_ and more...
31
+ _This is not vibe-coding this is structural JavaScript engineering._
24
32
 
25
- Continue to the original [manifest here](https://gitlab.com/ness-js)
33
+ <hr>
34
+
35
+ **WARNING:**
36
+ **This npm package is a launcher / entry package, not the complete project.**
37
+ To understand the architecture, philosophy, and system layers, read the official manifest and documentation here: 👉 [https://gitlab.com/ness-js](https://gitlab.com/ness-js)