Hey guys, I'm a little bit new to Appwrite and the concept of backend.
Basically, I have a project formatted like this:
frontend/ (My Astrojs project)
backend/ (My Golang backend to call methods from Appwrite)
How to Create a Web App with Astrojs Frontend, Golang API, and Appwrite Backend?
Basically, I wanna have my Astrojs frontend make requests to my Golang API, and my Golang API would then interact with and call methods from Appwrite. How would this work?
The point of using Appwrite is that you don't need to have a backend. So you can just have your Astro front end talk to Appwrite.
If you really want to put a golang server in between, go for it. Just follow the SSR docs
Recommended threads
- Appwrite functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...
- copilot CLI appwrite mcp
I am having difficulty entering the appwrite cli details in github copilot cli. anyone know what to put where?
- Issues Using Appwrite MCP (api & doc) in...
Hello, To make it easier to configure and access the Appwrite documentation from Windsurf, I’m trying to set up the two MCP clients doc and api. Unfortunately,...