mozilla-services/switchboard-server

Name: switchboard-server

Owner: Mozilla Services

Description: switchboard is a service used at Mozilla for simply dividing clients into A/B testing groups

Created: 2015-09-18 23:42:27.0

Updated: 2017-09-04 08:30:38.0

Pushed: 2016-09-15 13:39:46.0

Homepage:

Size: 72

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

travis-ci status

Switchboard is a stateless service that allows clients be divided into A/B testing groups based on UUIDs. Clients send GET requests to the server with their UUID as well as other information that can be useful for classification and user group segmentation. The server determines whether the client matches a set of specifications in the JSON experiments file, and sends back a JSON reply that indicates which experiments the client should enable.

Switchboard makes enabling features easy - once you have conditional logic in your client application you can simply toggle them on or off in Switchboard.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.