I want to communicate(I mean I want to get requests and send responses) among two separated APIs(expressjs API) how should I do it.Is there anyone has a example or something?.I have a little knowledge about APIs...
Actually I have an expressjs REST api and php one.If you can explain it.it is worth.(there are two separated db and apis(one module has db and an api)..when one db is updated i want to update second db using those apis)