public static bool useWebSockets ;

설명

This makes the server listen for WebSockets connections instead of normal transport layer connections.

This allows WebGL clients to connect to this server. Note that WebGL clients cannot listen for WebSocket connections, they can only make outgoing WebSockets connections.