Access
Dashboard.init() method.
Usage
ws://domain.com/test if the SSL is not used with the Dashboard or wss://domain.com/test if it is.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Dashboard has the Socket.io system loaded into it.
const SocketIO = Dashboard.io;
Dashboard.init() method.
const test = SocketIO.of("/test");
test.on("connection", () => {
console.log("ModuleExample socket.io connected.");
});
ws://domain.com/test if the SSL is not used with the Dashboard or wss://domain.com/test if it is.Was this page helpful?