vatts 2.0.0 → 2.0.1
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
**Vatts.js** is a modern, full-featured web framework for **Node.js** with first-class support for **React and Vue**.
|
|
23
23
|
|
|
24
|
-
It is the first framework to offer native HTTP/3 support out of the box
|
|
24
|
+
It is the first framework to offer native HTTP/3 support out of the box, powered by a Go-based HTTP server with built-in SSL termination. Applications run directly on the latest web transport protocol, without proxies or external layers.
|
|
25
25
|
|
|
26
26
|
Vatts.js is a **multi-framework platform**, allowing you to build applications using **either React or Vue per project** — not both at the same time.
|
|
27
27
|
This keeps the ecosystem clean, predictable, and optimized for performance and tooling.
|
|
@@ -29,7 +29,7 @@ This keeps the ecosystem clean, predictable, and optimized for performance and t
|
|
|
29
29
|
Vatts removes unnecessary configuration and complex abstractions, allowing you to focus on what truly matters: **building fast, secure, and scalable applications**.
|
|
30
30
|
|
|
31
31
|
### Why choose Vatts.js?
|
|
32
|
-
- **Native
|
|
32
|
+
- **Native HTTP** — modern, secure, and high-performance networking with **HTTP/3 support**
|
|
33
33
|
- Extremely fast — architecture optimized for low overhead
|
|
34
34
|
- Intuitive API — easy to learn and pleasant to use
|
|
35
35
|
- Productivity from the first minute — zero unnecessary boilerplate
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vatts",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Vatts.js is a high-level framework for building web applications with ease and speed. It provides a robust set of tools and features to streamline development and enhance productivity.",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"author": "mfraz",
|