Skip to content

molassesapp/molasses-node

Repository files navigation

Molasses Javascript Libraries

codecov Build status

This is the monorepo for all things JavaScript and Molasses. It includes the Node, React, and Browser (with TypeScript support) SDKs for Molasses. It allows you to evaluate user's status for a feature. It also helps simplify logging events for A/B testing.

Packages

Use for any Node based environments. Supports both JS and TS. It uses SSE to check if you have updated features. Once initialized, it takes microseconds to evaluate if a user is active. With SSE, updates are pushed automatically to the client.

the Browser (with TypeScript support) SDK for Molasses. It allows you to evaluate user's status for a feature. It also helps simplify logging events for A/B testing.

the React (with TypeScript support) SDK for Molasses. Built on top of molasses-js offers a provider with hooks and HOCs. Once initialized, it takes microseconds to evaluate if a user is active. react-molasses does rely on molasses-js as a client.