Monday 29 February 2016

How does one deploy a node.js API in addition with some database?

I know how to build a node.js server, how to build a MongoDB database for example, but now I have a problem (question). Let's say I want to build an iOS app (I also know how to) and use node.js to build an API that make use of the database. I need to deploy the node.js code and MongoDB, right? So I searched for Amazon AWS, I know they can host applications, databases, etc... But they have a million type of services, which one should I use? DynamoDB? S3? EC2? I guess that the real question is how does server api, database connects together so I can make requests from a mobile app?

Submitted March 01, 2016 at 03:19AM by FuckingTakenUsername

No comments:

Post a Comment