How can I transfer data sent from frontend to backend to another frontend? – NODE.JS [closed]

I transferred the data of an object from frontend to backend using WS, which I want to display on another frontend page.
Can I create another WS connection on the same port?

I used this WS:

const  app  =  expressz ( ) ;
const  szerver  =  igényel ( "http" ) . CreateServer ( alkalmazás )
const  WebSocket  =  megköveteli ( "ws" )

const  wss  =  új  WebSocket . Szerver ( { szerver : szerver } ) ;

Esetleg ha egy másik változóval hozom létre?
Köszönöm a segítséget!