Simon Willison’s Weblog

Subscribe

What are the best practices in Node.js to communicate with an existing Java backend?

8th December 2011

My answer to What are the best practices in Node.js to communicate with an existing Java backend? on Quora

Node speaks HTTP extremely well, and using HTTP means you can do things like put an HTTP load balancer or cache (such as varnish) between Node and your Java application server at a later date.

This is What are the best practices in Node.js to communicate with an existing Java backend? by Simon Willison, posted on 8th December 2011.

Next: Are there any Meta APIs?

Previous: What specific skills are most important in a front-end web developer and in a back-end web developer?