This open source library allows you to A/B Test your Website at server-side. This SDK can also be used on client-side i.e. browser.
- Node 6.10.0 or later - for server-side
- Latest browsers - for client-side
For NodeJs/JavasScript SDK
# via npm
npm install vwo-node-sdk --save
# via yarn
yarn add vwo-node-sdk
For client-side Javascript SDK
There are multiple ways to load the library
-
As mentioned above i.e. install and bundle with the package
-
Can be downloaded from GitHub
-
Using script tag
<script src="/path/to/sdk"></script>
Or can be downloaded from CDNs like jsdelivr. Please check the docs how to reference the library/sdk version.
<script src="https://cdn.jsdelivr.net/npm/vwo-node-sdk@1/dist/vwo-javascript-sdk.min.js"></script>
Refer Official VWO Documentation
Refer third-party-attributions.txt
Refer CHANGELOG.md
Please go through our contributing guidelines
Copyright 2019-2022 Wingify Software Pvt. Ltd.