I created two rail applications that need to communicate and send files to each other. For example, one rails application will send a request to view a table in another application database. Another application will then display the json of this table and send it back. I would also like for one application to send a text file stored in its public directory to another public directory of the application.
I have never done anything like this, so I donβt even know where to start. Any help would be greatly appreciated. Thank!
source
share