I am confused by which approach to use and I think this is causing me some difficulty: Should I use Client, Server or SSR? This is an important question to resolve from the beginning but, having searched the documentation, I can see how to select the approach.
Please would you read the descriptions below. They are two simple projects. Tell me which of Client, Server and SSR I should work with. In both projects, I am NOT using front-end frameworks. They are both simple Bootstrap CSS and possible some Ajax fetch for a bit of interactivity.
Project 1 - Presentation of statistical data
This application is built in nodejs / expressjs and uses Pug view engine.
It uses node fs
to import data which is then written into the AppWrite database.
The web pages, which contain the data, are rendered on the server and pushed to the browser.
I will use some filtering of the data on the webpage, which will require an Ajax call, to fetch the data.
Project 2 - Blogging platform AppWrite User has an admin panel where they can create blog posts. There will be more than one AppWrite User - there are three different websites. The website displays web pages and the blog posts. The website has a web form. The web form data is to be stored in AppWrite.
Thanks.
Client SDK with correct permissions on Collections/Documents would suffice too.
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...