upvote
Went through the README and saw that you are using Express. Not sure if you've tried it but Hono (https://hono.dev) is a really terrific app server framework that is really fast and can run on every major JS environment there is. If Express is working well (and it should be, it's great) no need to change but something that may be interesting to look at.
reply