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
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...
- Broken Typeform Link for Appwrite Heroes...
I was trying to apply for the Appwrite Heroes program because I am planning to host a meetup for my local developer community on backend architecture using Appw...
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...