Creating express backend application in Workers

I have an existing backend application which I am trying to recreate on workers. In my current application I am using express, sequelize and postgress. While recreating the application should I use these frameworks or are there any suggested alternatives that work better with workers?
Was this page helpful?