flagsmith-nodejs-client
flagsmith-nodejs-client copied to clipboard
Flagsmith Node JS Client. Flagsmith lets you manage features flags across web, mobile and server side applications. Get builds out faster. Control who has access to new features.
Basically the same as https://github.com/Flagsmith/flagsmith-python-client/pull/118, but uses `Buffer` instead of `string` for most types. `sharedSecret` is typed as `string` because the Flagsmith API only accepts strings, and not binaries, as...
Hello, We are using flagsmith inhouse in local evaluation mode. We were trying to implement offline handler as described in the second point [here](https://docs.flagsmith.com/clients/server-side#using-an-offline-handler) Our expectation is:- If flagsmith server...