Skip to content

Repository files navigation

QRSocket

Send stuff back and forward with QR Codes.

const socket = new QRSocket();

socket.on("message", (message) => {
  console.log(message.data);
});

socket.send("Hello World!");

About

Bidirectional communication via QR Code

Resources

Stars

1 star

Watchers

2 watching

Forks

Packages

Used by

Contributors

Languages