How does the ws module distinguish between different routes on the client?

if the client needs two websocket, and cannot get through the websocket connection under different routes, do you need to open two ports:

const WebSocket = require("ws");

const wss1= new WebSocket.Server({ port: 8080 });
const wss2= new WebSocket.Server({ port: 8081});
Mar.19,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3289b-2be13.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3289b-2be13.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?