Which AWS service is best for deploying a node.js + web sockets server?

Which AWS service is best for deploying a node.js + web sockets server?
typescript
Ethan Jackson

I'm trying to deploy my node.js api for an app which also consists of websockets used from socket.io.

Which AWS service is best for this case?

Answer

You can deploy a Node.js app with AWS Amplify. To do so, connect your Git repository to the Amplify console, configure build settings, and then deploy your application.

https://www.youtube.com/watch?v=vxrOG9pk0e0

Related Articles