The overall Flipt server architecture is shown in this diagram
8080
by default) and the GRPC Backend
Service is served on 9000
by default.
/api/v1
and allows all actions that the client
SDKs allow.
Go makes it easy to build simple, reliable and efficient software.These are all goals that Flipt also aspires to. Flipt was written in Go mainly because of its ability to produce bulletproof systems software as a single binary for multiple architectures. This allows Flipt to easily be deployed in almost any environment since it’s as simple as copying a compiled binary.