https://github.com/wingify/vwo-node-sdk
[DEPRECATED] VWO Node SDK for server-side testing
https://github.com/wingify/vwo-node-sdk
javascript-sdk jest murmurhash3 node-sdk nodejs sdk sdk-nodejs server-side server-side-rendering vwo
Last synced: 2 months ago
JSON representation
[DEPRECATED] VWO Node SDK for server-side testing
- Host: GitHub
- URL: https://github.com/wingify/vwo-node-sdk
- Owner: wingify
- License: apache-2.0
- Created: 2019-06-26T08:16:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T14:29:59.000Z (3 months ago)
- Last Synced: 2025-04-01T00:34:45.233Z (3 months ago)
- Topics: javascript-sdk, jest, murmurhash3, node-sdk, nodejs, sdk, sdk-nodejs, server-side, server-side-rendering, vwo
- Language: JavaScript
- Homepage: https://developers.vwo.com/docs/fullstack-overview
- Size: 4.91 MB
- Stars: 24
- Watchers: 20
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ⚠️ [DEPRECATED] VWO Node SDK
**⚠️ This project is no longer actively developed. ⚠️**
**✅ We are only fixing critical bugs and security issues.**
**❌ No new features, enhancements, or non-critical updates will be added.**
#### Switch to *VWO Feature Management & Experimentation(FME)* – The Better Alternative! 🚀
VWO’s FME product empowers teams to seamlessly test, release, optimize, and roll back features across their entire tech stack while minimizing risk and maximizing business impact.
* Check out FME developer documentation [here](https://developers.vwo.com/v2/docs/fme-overview).
* Check [this](https://developers.vwo.com/v2/docs/sdks-release-info ) for the list of all FME-supported SDKs.**💡 Need Help?**
For migration assistance or any questions, contact us at [[email protected]]([email protected])------
[](https://www.npmjs.com/package/vwo-node-sdk)
[](https://github.com/wingify/vwo-node-sdk/actions?query=workflow%3ACI)[](https://codecov.io/gh/wingify/vwo-node-sdk)
[](http://www.apache.org/licenses/LICENSE-2.0)
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**
```bash
# 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
1. As mentioned above i.e. install and bundle with the package
2. Can be downloaded from [GitHub](https://github.com/wingify/vwo-node-sdk/tree/master/dist)
3. Using script tag
```html
```Or can be downloaded from CDNs like [jsdelivr](https://www.jsdelivr.com/). Please check the docs how to reference the library/sdk version.
```html
```### Documentation
Refer [Official VWO Documentation](https://developers.vwo.com/docs/fullstack-overview)
### Demo NodeJs application
[vwo-node-sdk-example](https://github.com/wingify/vwo-node-sdk-example)
### Third-party Resources and Credits
Refer [third-party-attributions.txt](https://github.com/wingify/vwo-node-sdk/blob/master/third-party-attributions.txt)
### Authors
* [Varun Malhotra](https://github.com/softvar) [@s0ftvar](https://twitter.com/s0ftvar)
* [Ishank Bahl](https://github.com/ishankbahl) [@ishankbahl97](https://twitter.com/ishankbahl97)### Changelog
Refer [CHANGELOG.md](https://github.com/wingify/vwo-node-sdk/blob/master/CHANGELOG.md)
### Contributing
Please go through our [contributing guidelines](https://github.com/wingify/vwo-node-sdk/blob/master/CONTRIBUTING.md)
### Code of Conduct
[Code of Conduct](https://github.com/wingify/vwo-node-sdk/blob/master/CODE_OF_CONDUCT.md)
### License
[Apache License, Version 2.0](https://github.com/wingify/vwo-node-sdk/blob/master/LICENSE)
Copyright 2019-2022 Wingify Software Pvt. Ltd.