All - I am new to Wix, and contemplating hosting a website here. From reading various posts on the site I can see a fair bit of customization is possible. I have a need on my site to provide some automated capabilities for mobile app customers to my website. Two of these appear quite possible:
- Authenticating users via login (email, token)
- Calling REST APIs surfaced on my site
Some of the functionality I wish to implement is housed in a collection of client-side and server-side React javascript. Is it possible for me to upload the entire set of scripts to my website and connect these on the backend of a custom REST API?
Or can I simply point the entry point of these as a response to a sub-URL, i.e. mywebsite.com/custompage ?
Finally - the server-side script uses node “require” statements for specific modules (twilio is one, for example), is it permitted to customize my site in this way?
Thanks for any pointers!