loupOriginal post
Rank 4: Virtual Machine
I wanna create a service for my notification. Im using Supabase as backend but using Appwrite functions. So my idea is creating something like an REST Api to send notification, I wanna make an Appwrite functions with multiple path to be able to centralized everything in one function. What is the best solution to achieve that ? Can we use express or django for example ?
Summary
Developers want to build a REST API for notifications using Supabase with Appwrite functions. They are looking for the best solution for creating multiple paths in one function using tools like Express or Django.