WS server
This commit is contained in:
@ -5,14 +5,15 @@
|
||||
|
||||
```plantuml
|
||||
@startuml
|
||||
participant FE as "Frontend" << React >>
|
||||
participant FE as "Frontend" << JavaScript >>
|
||||
participant WS as "WS Server" << Python >>
|
||||
participant Funnel as "Funnel" << Python >>
|
||||
participant Segments as "ServeSegments" << Go >>
|
||||
participant CurrentTime as "ServeCurrentTime" << NodeJS >>
|
||||
|
||||
activate FE #hotpink
|
||||
FE -> FE: Load page
|
||||
FE -> Funnel: WS Connect
|
||||
FE -> WS: WS Connect
|
||||
|
||||
loop #ivory
|
||||
activate Funnel #gold
|
||||
@ -44,7 +45,8 @@ activate FE #hotpink
|
||||
return HH:MM:SS.ms
|
||||
return ms
|
||||
|
||||
Funnel -> FE: WS: Send formatted time
|
||||
Funnel -> WS: WS: Send complete time
|
||||
WS --> FE: WS: Send complete time
|
||||
deactivate Funnel
|
||||
end
|
||||
deactivate FE
|
||||
|
||||
Reference in New Issue
Block a user