Page Contents

Home > @loopback/socketio > SocketIoApplication

SocketIoApplication class

Signature:

export declare class SocketIoApplication extends Application 

Extends: Application

Constructors

Constructor Modifiers Description
[(constructor)(config)](/doc/en/lb4/apidocs.socketio.socketioapplication._constructor_.html) Constructs a new instance of the `SocketIoApplication` class

Properties

Property Modifiers Type Description
[socketServer](/doc/en/lb4/apidocs.socketio.socketioapplication.socketserver.html) `readonly` [SocketIoServer](/doc/en/lb4/apidocs.socketio.socketioserver.html) The main Socket server instance providing Socket connections for this application.

Methods

Method Modifiers Description
[server(server, name)](/doc/en/lb4/apidocs.socketio.socketioapplication.server.html)