Remote

The Remote plugin facilitates cross domain communication.It uses what is now being called JSONp or JSON with padding. JavaScriptMVC's remote plugin allows data to be sent larger than a browsers GET data limit. However, the server side must be setup to take data in chunks.

Related

Remote API

Install

Include the remote plugin. Remote is included by the Error plugin.

include.plugins('remote');