app : FastBenchmark.Config.Config graph function -> Ports (Msg graph function) -> Program graph function
Main backend app.
The message type for the backend.
{ fromFrontend : (Codec.Value -> msg) -> Platform.Sub.Sub msg
, toFrontend : Codec.Value -> Platform.Cmd.Cmd msg
}
Ports needed for the backend.
Platform.Program {} {} (Msg graph function)
A convenient type for a backend Program
.