Writing AJAX-driven web-applications without being able to modify the according web-service can be quite tricky, especially if the API is under active development or review.
Inspired by Peteris Krumins’ post, we wrote tip.js: a translucent intercepting proxy written in nodeJS. tip.js resides between the web-application and the according web-service and is able to influence the responses of AJAX-requests in a comfortable way.
Continue reading