Installation and Usage
Learn more about how to install and start using Parallelix in the development of your cross-platform applications
Last updated
Learn more about how to install and start using Parallelix in the development of your cross-platform applications
Last updated
Before you start, download Parallelix libraries from the .
Or clone repository into your project:
Now connect the main script to work with Parallelix in body tag:
And start connecting the client in your JS application:
Make sure that parallelix.****.js modules are located on the same relative path that you set in the Parallelix object configuration.
Done. We've got the basic connection sorted out. If you want to learn more about configuration options - visit our section in API Reference
Modules are connected automatically when you specify their name in the Parallelix object configuration. The module name is also contained in the script (parallelix.MODULE_NAME.js).
If you don't need a particular module, you can simply remove it from the configuration.
All modules automatically detect for your application which platform Parallelix is currently running on. Thus, our library automatically switches between them, and all you need to do is to use the Unified API
Once connected and initialized, you are notified that the client is ready for use. This is how you can start using it:
You can also plug in platform-specific scripts, for example, using two different ad networks or analytics systems on different platforms.
To do this, specify these libraries and the platform on which they should be connected in the Parallelix client configuration:
So, you have learned the main points on connecting and basic use of Parallelix. .