Add UI server factory with server class abstraction
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 13 May 2022 12:31:34 +0000 (14:31 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 13 May 2022 12:31:34 +0000 (14:31 +0200)
commitfe94fce08a020e0c35e354c2282ec0587a605f4e
tree6b6e4aee3a7d884ee6e6e72df4f50a0944f6b2ff
parent662710925f570077ed9af59519912546f9bb8eaa
Add UI server factory with server class abstraction

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/Bootstrap.ts
src/charging-station/ui-server/AbstractUIServer.ts [new file with mode: 0644]
src/charging-station/ui-server/UIServerFactory.ts [new file with mode: 0644]
src/charging-station/ui-server/UIWebSocketServer.ts
src/charging-station/ui-server/ui-services/AbstractUIService.ts
src/charging-station/ui-server/ui-services/UIService001.ts
src/charging-station/ui-server/ui-services/UIServiceFactory.ts