From ca3492e5ae40ac8840236710bdd1ce8e0b7fc5a0 Mon Sep 17 00:00:00 2001 From: Alexander Dahlberg Date: Fri, 13 Mar 2026 10:57:22 +0100 Subject: [PATCH] docs: Remove reference to Relic being experimental --- docs/02-overview.md | 2 +- versioned_docs/version-3.3.0/02-overview.md | 2 +- versioned_docs/version-3.4.0/02-overview.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/02-overview.md b/docs/02-overview.md index b6cdbee3..59ef9e04 100644 --- a/docs/02-overview.md +++ b/docs/02-overview.md @@ -18,7 +18,7 @@ Serverpod is an open-source backend framework for Flutter applications written i - **Real-time data streaming:** Support for real-time communications via Dart streams. You push serialized objects over secure WebSocket connections, enabling live updates (e.g., for chats and games). - **Task scheduling:** Serverpod's future calls replace complicated cron jobs. Call a method anytime in the future or after a specified delay. The calls persist even if the server is restarted. - **Deployment automation:** Serverpod Cloud (currently in private beta) allows you to deploy your server with zero configuration. There are also community-supported Terraform scripts for deployment on Google Cloud Platform and AWS, making it quick to provision infrastructure and deploy your server. Your Serverpod project comes with a Docker container for flexible deployment options. -- **Built-in web server:** Besides serving remote method calls, Serverpod comes with a traditional web server called Relic. It can serve web pages or act as a webhook/REST endpoint server. Relic is still experimental, but we're actively working on getting a stable release out in the next few months. +- **Built-in web server:** Serverpod comes with a modern, high-performance web server called [Relic](https://docs.dartrelic.dev/). It is built to meet the demanding requirements of modern web applications and provides a robust, type-safe, and efficient foundation for building scalable web services, such as REST APIs, webhooks, and web pages. ## Defining Endpoints diff --git a/versioned_docs/version-3.3.0/02-overview.md b/versioned_docs/version-3.3.0/02-overview.md index 37a40325..d645d753 100644 --- a/versioned_docs/version-3.3.0/02-overview.md +++ b/versioned_docs/version-3.3.0/02-overview.md @@ -18,7 +18,7 @@ Serverpod is an open-source backend framework for Flutter applications written i - **Real-time data streaming:** Support for real-time communications via Dart streams. You push serialized objects over secure WebSocket connections, enabling live updates (e.g., for chats and games). - **Task scheduling:** Serverpod's future calls replace complicated cron jobs. Call a method anytime in the future or after a specified delay. The calls persist even if the server is restarted. - **Deployment automation:** Serverpod Cloud (currently in private beta) allows you to deploy your server with zero configuration. There are also community-supported Terraform scripts for deployment on Google Cloud Platform and AWS, making it quick to provision infrastructure and deploy your server. Your Serverpod project comes with a Docker container for flexible deployment options. -- **Built-in web server:** Besides serving remote method calls, Serverpod comes with a traditional web server called Relic. It can serve web pages or act as a webhook/REST endpoint server. Relic is still experimental, but we're actively working on getting a stable release out in the next few months. +- **Built-in web server:** Serverpod comes with a modern, high-performance web server called [Relic](https://docs.dartrelic.dev/). It is built to meet the demanding requirements of modern web applications and provides a robust, type-safe, and efficient foundation for building scalable web services, such as REST APIs, webhooks, and web pages. ## Defining Endpoints diff --git a/versioned_docs/version-3.4.0/02-overview.md b/versioned_docs/version-3.4.0/02-overview.md index b6cdbee3..59ef9e04 100644 --- a/versioned_docs/version-3.4.0/02-overview.md +++ b/versioned_docs/version-3.4.0/02-overview.md @@ -18,7 +18,7 @@ Serverpod is an open-source backend framework for Flutter applications written i - **Real-time data streaming:** Support for real-time communications via Dart streams. You push serialized objects over secure WebSocket connections, enabling live updates (e.g., for chats and games). - **Task scheduling:** Serverpod's future calls replace complicated cron jobs. Call a method anytime in the future or after a specified delay. The calls persist even if the server is restarted. - **Deployment automation:** Serverpod Cloud (currently in private beta) allows you to deploy your server with zero configuration. There are also community-supported Terraform scripts for deployment on Google Cloud Platform and AWS, making it quick to provision infrastructure and deploy your server. Your Serverpod project comes with a Docker container for flexible deployment options. -- **Built-in web server:** Besides serving remote method calls, Serverpod comes with a traditional web server called Relic. It can serve web pages or act as a webhook/REST endpoint server. Relic is still experimental, but we're actively working on getting a stable release out in the next few months. +- **Built-in web server:** Serverpod comes with a modern, high-performance web server called [Relic](https://docs.dartrelic.dev/). It is built to meet the demanding requirements of modern web applications and provides a robust, type-safe, and efficient foundation for building scalable web services, such as REST APIs, webhooks, and web pages. ## Defining Endpoints