Repository URL to install this package:
Version:
7.0.10 ▾
|
export interface WebSocketServerOptions {
port: number;
namespace: string;
}