Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dfsync — Reliable HTTP communication for Node.js environments.</title>
<title>dfsync — Reliable toolkit for service-to-service communication.</title>
<meta
name="description"
content="dfsync is a reliable HTTP client for service-to-service communication in Node.js and TypeScript."
content="dfsync provides a lightweight and reliable HTTP client for service-to-service communication in Node.js."
/>
<meta
name="keywords"
content="dfsync, typescript http client, microservices http client, nodejs http client, service to service communication"
/>
<meta property="og:title" content="dfsync" />
<meta property="og:description" content="Reliable HTTP communication for modern services." />
<meta
property="og:description"
content="Reliable toolkit for service-to-service communication."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dfsyncjs.github.io" />
</head>
Expand Down
Loading