-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlistz.json
More file actions
45 lines (45 loc) · 1.24 KB
/
listz.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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
{
"version": "1",
"name": "Javascript Backend Frameworks",
"description": "A collection of backend frameworks written in javascript..",
"image": "https://listz.github.io/js-backend/media/javascript.png",
"items": [
{
"name": "Hoodie",
"description": "A generic backend with a client API for Offline First applications.",
"image": "https://listz.github.io/js-backend/media/hoodie.png",
"link": "https://github.com/hoodiehq/hoodie",
"tags": [
"dog",
"generic",
"API"
]
},
{
"name": "LoopBack",
"description": "a highly-extensible, open-source Node.js framework.",
"image": "https://listz.github.io/js-backend/media/loopback.svg",
"link": "https://github.com/strongloop/loopback",
"tags": [
"generic",
"extensible",
"strongloop",
"dynamic",
"API"
]
},
{
"name": "Express",
"description": "Fast, unopinionated, minimalist web framework.",
"image": "https://listz.github.io/js-backend/media/javascript.png",
"link": "https://github.com/expressjs/express",
"tags": [
"fast",
"unopinionated",
"minimalist",
"testing",
"API"
]
}
]
}