-
Notifications
You must be signed in to change notification settings - Fork 51
/
marketplace.json
53 lines (53 loc) · 1.55 KB
/
marketplace.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
{
"app_name": "Basic Redis chat app in Nodejs",
"description": "Showcases how to impliment chat app in Node.js, Socket.IO and Redis",
"type": "App",
"contributed_by": "Redis",
"repo_url": "https://github.com/redis-developer/basic-redis-chat-app-demo-nodejs",
"preview_image_url": "https://raw.githubusercontent.com/redis-developer/basic-redis-chat-app-demo-nodejs/master/images/app_preview_image.png",
"download_url": "https://github.com/redis-developer/basic-redis-chat-app-demo-nodejs/archive/main.zip",
"hosted_url": "",
"quick_deploy": "true",
"deploy_buttons": [
{
"heroku": "https://heroku.com/deploy?template=https://github.com/redis-developer/basic-redis-chat-app-demo-nodejs"
},
{
"Google": "https://deploy.cloud.run/?git_repo=https://github.com/redis-developer/basic-redis-chat-app-demo-nodejs.git"
}
],
"language": [
"JavaScript"
],
"redis_commands": [
"AUTH",
"INCR",
"DECR",
"HMSET",
"EXISTS",
"HEXISTS",
"SET",
"GET",
"HGETALL",
"ZRANGEBYSCORE",
"ZADD",
"SADD",
"HMGET",
"SISMEMBER",
"SMEMBERS",
"SREM",
"PUBLISH",
"SUBSCRIBE"
],
"redis_use_cases": [
"Pub/Sub"
],
"redis_features": [],
"app_image_urls": [
"https://github.com/redis-developer/basic-redis-chat-app-demo-nodejs/raw/main/docs/screenshot001.png"
],
"youtube_url": "https://www.youtube.com/watch?v=miK7xDkDXF0",
"special_tags": [],
"verticals": [],
"markdown": "https://github.com/redis-developer/basic-redis-chat-app-demo-nodejs/raw/main/README.md"
}