#Nest app running as server and client websocket

6 messages · Page 1 of 1 (latest)

dark pebble
#

Hello,

I have one nest app working as ws server. But I need this app to works as server sending info to front and receive info from other micro service via websocket. I think this behavior is like my nest app is server and client and the same time.

Any tutorial for this purpose?

Thank you

languid berry
#

This might get you somewhere. https://www.npmjs.com/package/nestjs-websocket

dark pebble
languid berry
#

It says it works with ws.

#

It really shouldn't matter AFAIK. A client is a client.

dark pebble