-
Notifications
You must be signed in to change notification settings - Fork 205
/
Copy pathbackendframeworks.json
71 lines (71 loc) · 2.34 KB
/
backendframeworks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
{
"name": "Node",
"displayName": "Node/Express",
"summary": "Node.js is an open source server environment based on JavaScript that helps you build fast and scalable network applications.",
"author": "Various",
"order": "1",
"licenses": "[Node](https://github.com/nodejs/node/blob/master/LICENSE) \n[Express](https://github.com/expressjs/express/blob/master/LICENSE) \n[Express Generator](https://github.com/expressjs/generator/blob/master/LICENSE)",
"platform": "Web",
"languages": ["Any"],
"tags": {
"version": "4.16.4",
"checkVersionPackage": "npm|express",
"requirements":"node|12.0.x",
"preview": false,
"linuxVersion": "node|12-lts"
}
},
{
"name": "Flask",
"displayName": "Flask",
"summary": "Flask is a python microframework with a small core for building web applications.",
"author": "Various",
"order": "3",
"licenses": "[Flask](https://github.com/pallets/flask/blob/master/LICENSE)",
"platform": "Web",
"languages": ["Any"],
"tags": {
"version": "1.1.2",
"checkVersionPackage": "github|pallets/flask",
"requirements":"python|3.5.x",
"preview": false,
"linuxVersion": "python|3.7"
}
},
{
"name": "Moleculer",
"displayName": "Moleculer",
"summary": "Moleculer is a fast, modern and powerful microservices framework for Node.js.",
"author": "Various",
"order": "4",
"licenses": "[Moleculer](https://github.com/moleculerjs/moleculer/blob/master/LICENSE)",
"platform": "Web",
"languages": ["Any"],
"tags": {
"version": "0.14.13",
"latestVersion":"",
"checkVersionPackage": "npm|moleculer",
"requirements":"node|12.0.x",
"preview": false,
"linuxVersion": "node|12-lts"
}
},
{
"name": "AspNet",
"displayName": "ASP.NET",
"summary": "ASP.NET is an open source web framework, created by Microsoft, for building modern web apps and services with .NET.",
"author": "Microsoft",
"order": "2",
"licenses": "[ASP.NET](https://github.com/dotnet/aspnetcore/blob/master/LICENSE.txt)",
"platform": "Web",
"languages": ["Any"],
"tags": {
"version": "3.1.14",
"checkVersionPackage": "github|dotnet/aspnetcore",
"requirements":"netcore|3.1.x",
"preview": false,
"linuxVersion": "DOTNETCORE|3.1"
}
}
]