CORS & DDP.Connect

As a new user I was relieved to verify that a meteor client app can talk to many meteor server apps concurrently - by simply defining a handle for a new connection and then referencing that handle when subscribing. (The definition of DDP.connect leaves one wondering if there can only be one server connection at a time).

What are the mechanisms whereby CORS is not an issue here? Websockets?