IBM Worklight - includes server-side JavaScript library

I am creating a mobile application using IBM Worklight. In the adapter I need to use some functions that are provided by a third-party JavaScript file. I want to know if it is possible to include such a file on the server? If not, what is the alternative?

+4
source share
2 answers

There is currently no way to include an external JavaScript library in the adapter code. Currently, the only workaround is to copy the library code to the adapter.

+2
source

Source: https://habr.com/ru/post/1524012/


All Articles