Package

io.scalajs.npm

socketio

Permalink

package socketio

socket.io package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. socketio
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Adapter extends Object

    Permalink

    Adapter

    Adapter

    Annotations
    @RawJSType() @native()
  2. class Namespace extends Object with IEventEmitter

    Permalink

    Represents a pool of sockets connected under a given scope identified by a pathname (eg: /chat).

    Represents a pool of sockets connected under a given scope identified by a pathname (eg: /chat). By default the client always connects to /.

    Annotations
    @RawJSType() @native()
  3. class Packet extends Object

    Permalink

    Socket.io Packet

    Socket.io Packet

    Annotations
    @RawJSType() @native()
  4. class Server extends Object with IEventEmitter

    Permalink

    Socket.io Server

    Socket.io Server

    Annotations
    @RawJSType() @native()
  5. class ServerSocketOptions extends Object

    Permalink

    Socket.io Server Socket Options

    Socket.io Server Socket Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  6. trait SocketIO extends Object

    Permalink

    Socket.io - Realtime application framework (Node.JS server)

    Socket.io - Realtime application framework (Node.JS server)

    Annotations
    @RawJSType() @native()
    Version

    1.7.2

    See also

    https://github.com/socketio/socket.io

  7. type SocketIOError = String

    Permalink

Value Members

  1. object Namespace

    Permalink

    Namespace Companion

  2. object Server

    Permalink

    Server Companion

  3. object SocketIO extends Object with SocketIO

    Permalink

    SocketIO Singleton

    SocketIO Singleton

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

Inherited from AnyRef

Inherited from Any

Ungrouped