From d9ab936e5247c9504a7ece17269ee5d484ec6516 Mon Sep 17 00:00:00 2001 From: akdeb Date: Fri, 17 Apr 2026 17:12:58 +0530 Subject: [PATCH] server readme --- server/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 server/README.md diff --git a/server/README.md b/server/README.md new file mode 100644 index 0000000..ffd61f4 --- /dev/null +++ b/server/README.md @@ -0,0 +1,7 @@ +## Server + +The server acts as a relay between your Arduino ESP32 device and the STT/LLM/TTS/STS AI Provider API. In ElatoAI, we provide alternative server mechanisms for you to deploy your project globally. + +1. [Deno Edge Functions](https://github.com/akdeb/ElatoAI/tree/main/server/deno) on Deno/Supabase Edge with TypeScript +2. [Cloudflare Workers](https://github.com/akdeb/ElatoAI/tree/main/server/cloudflare) + Durable Objects with TypeScript +3. [FastAPI](https://github.com/akdeb/ElatoAI/tree/main/server/fastapi) with Python