solved Proxima on a different host

alt=
DannyA
@dannya
7 years ago
584 posts
How would you set up the server so you can host the api requests on a different server than the main app server? i.e. I want my api calls to go to API.mysite.com so it doesn't put a load on www.mysite.com.
updated by @dannya: 06/17/17 09:14:13AM
brian
@brian
7 years ago
10,139 posts
To be honest I would not worry about Proxima's load - it is much, much lower than regular Jamroom. The big contributor to JR load is Smarty templates, and since Proxima is all JSON you don't have to worry about it.

However you could install Proxima on a separate server and just have it point to the same DB.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags