Skip to content

Latest commit

 

History

History
 
 

websocket

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

In the console of the browser, input the following commands.

ws = new WebSocket("ws://localhost:8080/ws")
ws.send("hello, Prologue!")