i want design my apps data flow like
Client Apps -> JAR (App42) -> App42
Client Apps <- JAR (App42) <- App42
how many API hit for that design?
if it considered as 4 hits, can i access NoSQL in my custom code using local Connection so that considered as 2 hits?
thanks