Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiko committed Jun 6, 2024
1 parent 3bd0cb7 commit 03c70d3
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions documentation/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,42 @@ import styles from './styles.module.css';

const FeatureList = [
{
title: 'Easy to Use',
title: 'Easy To Use',
description: (
<>
Designed to be easy to understand.
</>
),
},
{
title: 'Configurable and Expandable',
title: 'Eventual Consistency',
description: (
<>
Easy to expand and configure
Ensures reliable network communication between services.
</>
),
},
{
title: 'Scalability & Fault Tolerance',
description: (
<>
Supports multi-instance (distributed processing)
Supports multi-instance (distributed processing).
</>
),
},
{
title: 'Faster Transfer',
title: 'Highly Configurable & Extendable',
description: (
<>
Using algorithms for compression, clustering and adjusting the size of the transport message, you can increase bandwidth and reduce latency.
Easy to expand and configure.
</>
),
},
{
title: 'Reduce Latency & Increase Bandwidth',
description: (
<>
Using algorithms for compression, grouping and adjusting the size of the transport message, you can increase bandwidth and reduce latency.
</>
),
},
Expand Down

0 comments on commit 03c70d3

Please sign in to comment.