From c92fd70822fea143e22feadfa65fa3bd239bb18e Mon Sep 17 00:00:00 2001 From: Mateusz Charytoniuk <mateusz.charytoniuk@protonmail.com> Date: Tue, 9 Jul 2024 16:02:48 +0200 Subject: [PATCH] mention rubixml on homepage --- docs/pages/index.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/pages/index.md b/docs/pages/index.md index 3f4cf343..2a827b9f 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -16,7 +16,7 @@ description: > <div class="homepage homepage--title"> <div class="homepage__content"> <hgroup class="homepage__title"> - <h1>PHP Framework for Next-Gen Web Apps</h1> + <h1>PHP Resonance Framework</h1> <h2> Build Copilots, Conversational Applications, IO Intensive Services, and more. @@ -97,7 +97,7 @@ description: > </li> <li class="homepage-gallery__grid-item"> <h4> - Resolves Input/Output Issues + Optimized for Input/Output </h4> <p> 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: > 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> </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"> <h4> All-in-One -- GitLab