Code Monkey home page Code Monkey logo

honcho's Introduction

Multivariate, A/B, Bucket Testing Library

  • This library is a big rewrite of my other library node-multivariate.
  • Uses Redis for all data storage.
  • Same concepts; But is now a standalone library without needing to run a separate http server.
  • Exposes most of its functionality as middleware.

Module

Easily test components of a page.

  • The page rendered from your server should always render control.
  • Uses the browser to request which variant to display and then makes the switch.
  • Has callback hooks which make this extremely flexible.
  • Use it to render variant stylesheets, images, etc.

Page

Want to test a completely different version(s) of a page?

Funnels

Basically, this is just a multi-step page test.

  • String a series of pages together and make the variant sticky.
  • Track progress along the way.
  • Uses a cookie to transfer state.

Events

Modules, Pages, and Funnel tests also aggregate variant event tracking.

  • This allows you to track conversion points for each type of test.
  • Tracking can be done on both browser or the server.

Bucket Key Counters

Use these to create a counter for almost anything.

  • Page views by name, category, path
  • Screen resolution
  • OSes
  • Browser JavaScript errors
  • Whatever else you can think of.
  • Rendering times client or server

Stats

  • The library returns stats for all tests as JSON
  • Easy to plug into existing dashboard frameworks
  • Formattable time offsets (defaults to UTC)
  • Filterable by start and end time (UTC)

Browser Integration

You can copy and paste, or use the middleware, to expose a brower API for tracking client interactions.

Provides hooks for:

  • Variant Event Tracking
  • Bucket Tracking
  • Data Tracking

Middleware

  • Easy to configure and works great with Express/Connect
  • Leverage your existing domain without having to setup and administer a separate subdomain

Honcho Server/Dashboard

  • A standalone server for administering and charting tests.
  • Can also be used as the server for module testing, event/bucket tracking and servering the browser api.

Bot Filtering

To avoid having bots influence the outcome of your tests, you'll want to filter them. The settings allow you to define the RegExp patterns to filter on. By default, this is an empty list, so be sure and set this up.

honcho's People

Contributors

grippy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.