In chrome (js client), after connect to backend (golang) via websocket, I saw 2 connections in chrome devtools:
ws://localhost:3000/, and 3000 is the port of my frontend UI.connected messageping message (every 30 seconds).ws://localhost:18081/api/v1/.., and 18081 is the port of my websocket backend.The questions are:
The frontend uses svelte-kit, which in turn use vite, not sure does that matter?