How to share dynamic properties between java and node.js apps
I have an app, most of the code written on java, but web chat written on node.js. How can I share properties like a max requests per second, cdn host etc, between two applications? May be redis ?
No comments:
Post a Comment