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 ?