we would like to create a meteor client web app, we already have a java based business logic server that exposes rest services (stateless).
Our intention was that the server of the meteor app(nodejs) will call the business logic server for many many rest services.
We are fearing the following :
Since there will be many rest calls from the nodejs to the java rest server and since the nodejs is single threaded will the whole architecture fail??