{"id":19541323,"url":"https://github.com/wingify/vwo-node-sdk-typescript-demo","last_synced_at":"2026-05-01T02:34:32.693Z","repository":{"id":66139230,"uuid":"354840286","full_name":"wingify/vwo-node-sdk-typescript-demo","owner":"wingify","description":"Provides a basic demo of how server-side works with VWO NodeJs SDK","archived":false,"fork":false,"pushed_at":"2021-04-05T13:46:44.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-08-07T19:23:34.968Z","etag":null,"topics":["example-app","nodejs","server-side","typescript","vwo"],"latest_commit_sha":null,"homepage":"https://developers.vwo.com/reference#fullstack-introduction","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wingify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-05T13:15:25.000Z","updated_at":"2021-04-05T13:47:58.000Z","dependencies_parsed_at":"2023-03-08T03:00:30.563Z","dependency_job_id":null,"html_url":"https://github.com/wingify/vwo-node-sdk-typescript-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wingify/vwo-node-sdk-typescript-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk-typescript-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk-typescript-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk-typescript-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk-typescript-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingify","download_url":"https://codeload.github.com/wingify/vwo-node-sdk-typescript-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk-typescript-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32483406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example-app","nodejs","server-side","typescript","vwo"],"created_at":"2024-11-11T03:09:39.868Z","updated_at":"2026-05-01T02:34:32.676Z","avatar_url":"https://github.com/wingify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## VWO Typescript Example\n\n[vwo-node-sdk](https://github.com/wingify/vwo-node-sdk) allows you to A/B Test your application at server-side and other capabilities like feature rollout, feature testing, etc.\n\nThis repository provides a basic demo of how server-side works with VWO NodeJs SDK.\n\n### Requirements\n\n- Node 6.10.0 onwards\n\n### Documentation\n\nRefer [VWO Official Server-side Documentation](https://developers.vwo.com/reference#fullstack-introduction)\n\n### Scripts\n\n1. Install dependencies\n\n```bash\nyarn install\n```\n\n2. For NodeJs, update your app configuration inside `config.ts`\n\n```js\n// Only if settings-file is fetched from browser, otherwise pass settings-file from server to client\nstatic const accountId = '';\nstatic const sdkKey = '';\n\n// AB Test\nstatic const abCampaignKey = '';\nstatic const abCampaigngoalIdentifier = '';\n\n// Feature Rollout\nstatic const featureRolloutCampaignKey = '';\nstatic const featureTestCampaignKey = '';\nstatic const featureTestCampaigngoalIdentifier = '';\n\nstatic const featureVariable = '';\n\n// Push API i.e. Custom Dimension for post-segmentation\nstatic const tagKey = '';\nstatic const tagValue = '';\n\n// Pre-segmentation variables\nstatic const customVariables = {};\n\n```\n\n3. Run application\n\n```bash\nyarn start\n```\n\n## License\n\n[Apache License, Version 2.0](https://github.com/wingify/vwo-node-sdk-example/blob/master/LICENSE)\n\nCopyright 2019-2021 Wingify Software Pvt. Ltd.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-node-sdk-typescript-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingify%2Fvwo-node-sdk-typescript-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-node-sdk-typescript-demo/lists"}