I have a vtk web app running on aws fargate through a load balancer. I am reading some articles about websocket API gateway. Did someone have experience with this service? Looks like a good candidate to have a serverless vtkweb app but slight modifications in wslink bidirectional messages seems required.
I have trame apps deployed in Google Cloud Run (which is similar to some extent) and no code change was needed.
1 Like
Do you deploy trame on Google cloud run with cpu only or with gpu? I need to look at this service. Thank for sharing.
CPU and use WASM for doing the rendering in the client side.