dylanpomeroy / CanvasMMO

0 stars 0 forks source link

Figure out AWS deployment #2

Open dylanpomeroy opened 4 years ago

dylanpomeroy commented 4 years ago

To run this worldwide we'll need to host the server in AWS somewhere, and configure a way for it to be deployed from master.

Maybe Heroku would be an easier way to get this started, but AWS would be ideal.

We'll also need to host the react build for the client separately, and setup an ENV for specifying backend socket.io IP/port.

dylanpomeroy commented 4 years ago

Decided to convert the server into a Websocket API inside of AWS, and a SAM project for deployment.