AdonisJs Websocket提供商-簡介



在本視頻中,我將向您展示如何利用AdonisJs websocket提供程序在應用程序中構建實時功能

有關更多信息,請參見http://adonisjs.com/docs/websocket。

5 comments
  1. * joinRoom (room) {
    const user = this.socket.currentUser
    // throw error to deny a socket from joining room
    }

    Doesn't work.

    console.log(this.socket) is null

Comments are closed.