UI and server must communicate with a protocol. The proof of concept implemented the logic at UI side, but it will be more safe to have this handled at server side.
The protocol should use SignalR.
Protocol should have at least:
- ui to server: perform on <component|application> in < environment > => id
- server to ui: reply { payload }
UI and server must communicate with a protocol. The proof of concept implemented the logic at UI side, but it will be more safe to have this handled at server side.
The protocol should use SignalR.
Protocol should have at least: