Patrick
0
Q:

socket io script

<script src="/socket.io/socket.io.js"></script>
<script>
  const socket = io();
</script>
0
const socket = new WebSocket('ws://localhost:3000');socket.onopen(() => {  socket.send('Hello!');});socket.onmessage(data => {  console.log(data);});
0

Tags

New to Communities?

Join the community