
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.
TL;DR
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.
Containers stay active for 10/15s of minutes and you really don't have to manage anything around, the executor manages it for you.
I made something that mimics express like logic for appwrite functions, see -
- https://github.com/itznotabug/appexpress
- https://github.com/itznotabug/appexpress-essentials - has some middlewares and stuff
Recommended threads
- 500 Server Error after migration
I am trying to migrate my current appwrite instance to a new VPS. I have followed the official [guide](https://appwrite.io/blog/post/how-to-back-up-your-appwrit...
- NO BOT
- Getting `net::ERR_CERT_AUTHORITY_INVALID...
I've set up Appwrite via Coolify on my VPS, but all the Functions and Sites I deploy give a `net::ERR_CERT_AUTHORITY_INVALID` error. I am happy to provide whate...
