'Two Rails Applications communicating via API on localhost
Two applications are meant to communicate with each other via API. Both applications can be the server and client depending on given functions.
Aside from stubbing tests within each application, matters such as cron jobs require a functioning environment where the two actually communicate - to observe, test.
How can this be accomplished without a 3rd-level domain or ip address - essentially constrianed to localhost ? Different loaclhost ports ? How can this be run properly?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
