This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
Dashboard ?
#17
-
Hey, I don't understand how the dashboard works |
Beta Was this translation helpful? Give feedback.
Answered by
dimaguy
Feb 24, 2021
Replies: 1 comment
-
This plugin is composed of 4 components, a websocket api, an http server, an extension api and the frontend(the dashboard itself). The dashboard frontend is served over the provided http server, it connects to the Impostor server using the websocket api which provides a pipe to send and receive data(commands, console, graphs etc). Commands are provided through a default set of commands and other extensions. Theres a tad more to this but this is the basic gist of it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dimaguy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This plugin is composed of 4 components, a websocket api, an http server, an extension api and the frontend(the dashboard itself).
The dashboard frontend is served over the provided http server, it connects to the Impostor server using the websocket api which provides a pipe to send and receive data(commands, console, graphs etc).
Commands are provided through a default set of commands and other extensions.
Theres a tad more to this but this is the basic gist of it.