Skip to content

Commit eb6557d

Browse files
authored
Update README.md
1 parent d9a2767 commit eb6557d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ ScaleCube is a microservices library designed for high throughput and lower late
88

99
Reactive microservices communicate via streams, utilising asynchronous data flows to exchange information between services. This approach enhances system responsiveness and scalability by allowing services to process and react to data as it arrives, without blocking operations.
1010

11-
In practice, this involves the use of technologies and protocols that support reactive streams, such as RxJava, Reactor, or Akka Streams. These tools enable the development of highly responsive, resilient systems capable of handling dynamic workloads efficiently.
11+
In practice, this involves using technologies and protocols that support reactive streams, such as Reactor. These tools enable the development of highly responsive, resilient systems capable of handling dynamic workloads efficiently.
1212

1313
<table text-align="top">
1414
<tr>
1515
<td>
16-
An open-source project that is focused on streamlining reactive-programming of Microservices Reactive-systems that scale, built by developers for developers.<br><br>
17-
ScaleCube Services provides a low latency Reactive Microservices library for peer-to-peer service registry and discovery
18-
based on gossip protocol, without single point-of-failure or bottlenecks.<br><br>
19-
Scalecube more gracefully address the cross cutting concernes of distributed microservices architecture.
20-
<br><br>
16+
A fully mesh, brokerless architecture is particularly beneficial for high-performing, reliable, and scalable applications.
17+
<br> It ensures continuous availability and responsiveness, making it ideal for real-time data processing, large-scale distributed systems, and environments where minimizing latency matters.
18+
<br><br>
19+
ScaleCube’s fully mesh architecture delivers a robust, efficient, and scalable solution for modern microservices applications, enhancing system performance and reliability without the need for complex middleware setups.
2120
</td>
2221
<td>
2322
<img src="https://user-images.githubusercontent.com/1706296/43058327-b4a0147e-8e4f-11e8-9999-68c4ec99632e.gif">

0 commit comments

Comments
 (0)