Sunday 28 June 2020

Hosting 3 app's on one server.

First, I have 3 node app's:1) Front-end = Nuxt 2) Admin panel = Vue 3) RestAPI = ExpressI want to host them all on one droplet on digitalocean and access them via sub domains like: domain.com, admin.domain.com , api.domain.com.Second: Both front-end and admin panel has their own simple node backend to serve static files, is it ok to separate them or should the RestAPI also serve admin panel and front-end/client from the same server?Thanks in advance.

Submitted June 28, 2020 at 04:11PM by ouneahd

No comments:

Post a Comment