Separate API and Client #46
Replies: 2 comments 5 replies
-
That is a good idea but I think that would take too much work. I plan on self hosting because I have the bandwidth and the rackspace with Apache2. Most of our packages are serverside anyhow. For that to make sense we would have to add more packages to the frontend/client. |
Beta Was this translation helpful? Give feedback.
-
What do you think if we move the client folder to server and rename it as views, and move the public folder with the assets(js, css, img) to the same level as views(public) folder. And move move src folder out site src y rename as app or src(and remove the currently src folder) |
Beta Was this translation helpful? Give feedback.
-
I propose to separate the app into two applications. In one it would be the api (currently server folder) and in another we could make a SPA or mount the front with NGINX
Beta Was this translation helpful? Give feedback.
All reactions