Skip to content
Snippets Groups Projects
Commit c92fd708 authored by Mateusz Charytoniuk's avatar Mateusz Charytoniuk
Browse files

mention rubixml on homepage

parent 9d9b8676
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ description: > ...@@ -16,7 +16,7 @@ description: >
<div class="homepage homepage--title"> <div class="homepage homepage--title">
<div class="homepage__content"> <div class="homepage__content">
<hgroup class="homepage__title"> <hgroup class="homepage__title">
<h1>PHP Framework for Next-Gen Web Apps</h1> <h1>PHP Resonance Framework</h1>
<h2> <h2>
Build Copilots, Conversational Applications, IO Intensive Build Copilots, Conversational Applications, IO Intensive
Services, and more. Services, and more.
...@@ -97,7 +97,7 @@ description: > ...@@ -97,7 +97,7 @@ description: >
</li> </li>
<li class="homepage-gallery__grid-item"> <li class="homepage-gallery__grid-item">
<h4> <h4>
Resolves Input/Output Issues Optimized for Input/Output
</h4> </h4>
<p> <p>
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>
<li class="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.
</p>
</li>
<li class="homepage-gallery__grid-item"> <li class="homepage-gallery__grid-item">
<h4> <h4>
All-in-One All-in-One
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment