mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 16:27:22 +00:00
4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
$(function() {
|
|
var socket = io();
|
|
socket.emit("h", "hello");
|
|
});
|