You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vwo-node-sdk

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vwo-node-sdk

VWO Node SDK for server-side Testing

1.72.0
latest
Source
npmnpm
Version published
Weekly downloads
5.5K
27.04%
Maintainers
0
Weekly downloads
 
Created
Source

VWO Node SDK

npm version CI

codecov

License

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.

Requirements

  • Node 6.10.0 or later - for server-side
  • Latest browsers - for client-side

Installation

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>
    

Documentation

Refer Official VWO Documentation

Demo NodeJs application

vwo-node-sdk-example

Third-party Resources and Credits

Refer third-party-attributions.txt

Authors

Changelog

Refer CHANGELOG.md

Contributing

Please go through our contributing guidelines

Code of Conduct

Code of Conduct

License

Apache License, Version 2.0

Copyright 2019-2022 Wingify Software Pvt. Ltd.

FAQs

Package last updated on 26 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts