Package

io.scalajs.npm

socketio

Permalink

package socketio

Visibility
  1. Public
  2. All

Type Members

  1. class Client extends Object

    Permalink

    The Client class represents an incoming transport (engine.io) connection.

    The Client class represents an incoming transport (engine.io) connection. A Client can be associated with many multiplexed Sockets that belong to different Namespaces.

    Annotations
    @RawJSType() @native()
  2. class Request extends Object

    Permalink

    Created by ldaniels on 1/1/17.

    Created by ldaniels on 1/1/17.

    Annotations
    @RawJSType() @native()
  3. class Socket extends Object with IEventEmitter

    Permalink

    A Socket is the fundamental class for interacting with browser clients.

    A Socket is the fundamental class for interacting with browser clients. A Socket belongs to a certain Namespace (by default /) and uses an underlying Client to communicate.

    It should be noted the Socket doesn't relate directly to the actual underlying TCP/IP socket and it is only the name of the class.

    Annotations
    @RawJSType() @native()
  4. trait SocketIOClient extends Object

    Permalink

    Socket.io-client

    Socket.io-client

    Annotations
    @RawJSType() @native()
    Version

    1.7.2

    See also

    https://www.npmjs.com/package/socket.io-client

  5. class SocketOptions extends Object

    Permalink

    Client Socket Options

    Client Socket Options

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object Socket

    Permalink

    Socket Companion

  2. object SocketIOClient extends Object with SocketIOClient

    Permalink

    Socket.io-client Singleton

    Socket.io-client Singleton

    Annotations
    @native() @JSImport( "socket.io-client" , JSImport.Namespace )

Ungrouped