Help with Websocket
talktranslateapp-lang
HOBBYOP
4 months ago
I'm running a Node.js application with WebSocket support on Railway. - HTTP endpoints work fine - WebSocket server starts without errors - External WebSocket connections fail ("site can't be reached") - Testing wss://my-app.up.railway.app/websocket-endpoint My application uses: - WebSocketServer from 'ws' package - Same server for HTTP and WebSocket - Twilio Media Streams require WSS connectivity Is there specific Railway configuration needed for WebSocket support?
2 Replies
christopherbarr22222
HOBBY
4 months ago
Don't need hop devices
talktranslateapp-lang
HOBBYOP
4 months ago
thanks