Can wix code backend modules send server requests to inksoft's API 2 in jQuery?

I’m wondering if it’s possible to use wix code with Inksoft’s API 2. Inksoft’s API 2 can receive server requests in jQuery or C#. Can wix code send server requests from a backend module in jQuery format? Or in C#?

Another question is, can wix run jQuery? I get it’s not supported officially but has anyone found a reliable work around or a stable way to use it?

Or if jQuery can’t be used with wix, if wix code is it’s own sort of jQuery, can jQuery code be converted to wix code? If it’s all based in javascript I would think I should be able to get wix code to talk to the Inksoft API 2 somehow.

Hi Steve :slight_smile: following!

@purslowewebdesign maybe you will know!

Hi Steve
Most of the API send and receive data in a JSON Format
It doesn’t matter which language you are using CURL, Js, C#etc

I Check their Doc the send the data using jquery ajax

To use their API you can use Fetch

or you can install “request” npm which will be similar to ajax
Currently Wix doesn’t have ajax npm

this link might be helpful

No need Brett @salman-hammed is on the case!!!
Cheers @salman-hammed