You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avrasya is a fast and unique Node.js web framework designed for building web applications and APIs. Avrasya stands out with its simple usage, performance, and extensibility.
20
24
21
25
## Features
@@ -26,7 +30,6 @@ Avrasya is a fast and unique Node.js web framework designed for building web app
26
30
- Extensibility
27
31
- Open-source and free
28
32
29
-
30
33
## Getting Started
31
34
32
35
To get started with Avrasya, follow these steps:
@@ -99,21 +102,25 @@ See [Example](./examples/file-based-routes) for more details.
99
102
To get started with Avrasya, follow these simple installation steps:
Copy file name to clipboardExpand all lines: package.json
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "avrasya",
3
-
"version": "1.0.24",
3
+
"version": "1.0.25",
4
4
"description": "Avrasya is a fast and unique Node.js web framework designed for building web applications and APIs. Avrasya stands out with its simple usage, performance, and extensibility.",
0 commit comments