try to use websocket api gateway, is that worth?

475 Views Asked by At

I am thinking about replacing my rest API gateway into WebSocket gateway, in order to reduce requesting latency and speed up responding then to achieve user experience improvement, but I wonder is that worth?
and is that will course a huge memory waste to hold all sockets in nest app?
and is that will course connection limit (max port numbers limit)?

0

There are 0 best solutions below