graph TD; l0[GET me:/hash/event/6f7c69...] == fetch to my peer ==> l1; l1[GET http://localhost/event/6f7c49...] == HTTP to reverse proxy ==> l2 l2[GET http://grp/78f886.../event/6f7c49...] == WebSocket to actor's peer ==> l3; l3[load event HTML content from local storage];
graph TD; l0[me:/] -- actor --> l1; l1[me:/actor/78f886.../] -- pubkey --> l2[me:/actor/78f886.../pubkey]; l0 -- events --> l3; l3[me:/hash/events/] -- event --> l4; l4[me:/hash/events/6f7c69.../] -- actor --> l5; l5[http://grp/78f886.../];;