Relative Content

Tag Archive for javascriptnode.jstypescriptwebsocketnestjs

NestJS for WebSocket service does Socket Hang Up

Summary I am using NestJS with Node.JS 20 to build up a very simple websocket server and it’s internal websocket client that does ping/pong. I can see there is a bunch of old issue and I doubt they haven’t been resolve since 2022: https://github.com/vercel/next.js/discussions/50894 https://github.com/websockets/ws/issues/1508 https://github.com/websockets/ws/issues/1508 This is the most minimalist example I have been […]