The Worklight provides a way to encrypt the data on the Worklight Server in adapter, compress and send to the client? Or do I need encryption manually?
Using HTTPS in Worklight Adapters: How to implement HTTPS Adapter by IBM Worklight?
Using compressResponse
in Worklight Adapters.
Search for "gzip" in the page.
Basically, in your invokeProcedure
:
{
adapter : 'adapter-name',
procedure : 'procedure-name',
parameters : [],
compressResponse : true/false
}