Page Contents
Home > @loopback/socketio > SocketIoApplication
SocketIoApplication class
Signature:
export declare class SocketIoApplication extends Application
Extends: Application
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(config) | Constructs a new instance of the SocketIoApplication class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
socketServer | readonly |
SocketIoServer | The main Socket server instance providing Socket connections for this application. |
Methods
Method | Modifiers | Description |
---|---|---|
server(server, name) |