Say if one of my micreserivces written in nodejs can ocelot handle such case?
Say I want to have this sort of architecture:
Identityserver
OcelotGeteway_api0
core2.0_api1
core2.0_api2
nodejs_api3 (want to make sure If there is a way to take care of this one wih Ocelot Gateway)
@kuncevic It doesn鈥檛 matter what your downstream services are built with if they communicate using http(s).
Most helpful comment
@kuncevic It doesn鈥檛 matter what your downstream services are built with if they communicate using http(s).