Resonance is designed to handle IO-intensive tasks, such as serving Machine Learning models, handling WebSocket connections, and processing long-running HTTP requests.
Resonance is designed to handle IO-intensive tasks, such as serving Machine Learning models, handling WebSocket connections, and processing long-running HTTP requests.
...
@@ -106,6 +106,14 @@ description: >
...
@@ -106,6 +106,14 @@ description: >
It views modern applications as a mix of services that communicate with each other asynchronously, including AI completions and ML inferences, so it provides a set of tools to make this communication as easy as possible.
It views modern applications as a mix of services that communicate with each other asynchronously, including AI completions and ML inferences, so it provides a set of tools to make this communication as easy as possible.
</p>
</p>
</li>
</li>
<liclass="homepage-gallery__grid-item">
<h4>
Real-Time Messaging
</h4>
<p>
Resonance provides a set of tools to build real-time messaging services, including WebSocket and gRPC.