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.
- package/package.json +23 -11
- package/readme.md +25 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ness-js",
|
|
3
|
-
"version": "1.
|
|
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/
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
61
|
-
"https://gitlab.com/
|
|
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
|
-
|
|
1
|
+
<br>
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
# HELLO FROM NESS-JS
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<br>
|
|
6
6
|
|
|
7
|
-
>
|
|
7
|
+
> :warning: **we are in beta!**
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
<br>
|
|
10
10
|
|
|
11
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
29
|
+
<br>
|
|
22
30
|
|
|
23
|
-
|
|
31
|
+
_This is not vibe-coding — this is structural JavaScript engineering._
|
|
24
32
|
|
|
25
|
-
|
|
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)
|