banegaOriginal post
Web Developer
Any suggestion how to create express server in appwrite function. I would like to avoid creating server on each function invocation but rather appwrite handles that for me like AWS use serverless-http library.
Summary
Developers created an Express-like logic for Appwrite functions with appexpress and appexpress-essentials. They are looking for suggestions on how to create an Express server in an Appwrite function without creating a server on each function invocation, similar to how AWS uses the serverless-http library.