featbit-sdks-go
Installation
SKILL.md
FeatBit Go Server SDK
When to Use This Skill
Use for server-side Go applications — HTTP servers, background workers, CLI tools — that need real-time feature flag evaluation.
Why server-side SDK: maintains one persistent WebSocket connection, synchronizes all flag data locally in under 100 ms, then evaluates every flag locally in under 10 ms per call on average. Do not use for frontend JavaScript or mobile applications — those require a client-side SDK.
Source
https://github.com/featbit/featbit-go-sdk
Setup Workflow
Related skills