I have an API that exposes WebSockets.
The messages, sent by the WebSockets, require pretty heavy work on the server side. Also, I need Information from a (Postgres) Database upon every new connection made.
I want to deploy my API using some Hypherscaler Platform (Azure, AWS, etc.), or Vercel, Netlify etc.
Is there any Platform that is obviously the best fit for my purpose?
(Not sure if stack overflow is the best platform, if indeed not, please let me know and i will (re)move the question. Thank you!)