This is what I wanna do:
websocket client –> websocket server –> websocket client javascript +html
I know how to send data from client to server but how can I print the output on html ??
html file :
const ws = new WebSocket("ws://localhost:8001/");
?
?