All Questions
1 question
1
vote
1
answer
203
views
Should i use a separate droplet(DO) for the API?
I have a little app(PHP) that uses data from a third party. That data is processed constantly and saved into a database. And now i want to create a RESTful API to allow access to that data.
Should i ...