websocket-server-plugin-config

Configuration object for the plugin

Name websocket-server-plugin-config
Type Interface
Path packages/websocket-plugin/src/websocket-server-plugin.ts

Properties

Name Type Description
cors { origin: string; methods: string[]; } Cors configuration for the websocket server
host string Host to listen on
port number Port to start the server on