Page Contents
Home > @loopback/socketio > SocketIoServer
SocketIoServer class
A socketio server
Signature:
export declare class SocketIoServer extends Context
Extends: Context
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
|
Constructs a new instance of the |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
| |||
|
|
boolean | ||
|
| |||
|
|
string |
Methods
| Method | Modifiers | Description |
|---|---|---|
|
Register a socket.io controller | ||
|
Discover all socket.io controllers and register routes | ||
|
Register a socketio controller | ||
|
Start the socketio server | ||
|
Stop the socketio server | ||
|
Register a sock.io middleware function |