BackendStack21 / fast-gateway

Fast-gateway is an easy to use Node.js API gateway framework built to handle large scale API traffic with great performance and scalability. Written with JavaScript, it is a framework for the masses!
MIT License
311 stars 35 forks source link

Support Websocket with socket.io #65

Closed itdkpd closed 2 years ago

itdkpd commented 3 years ago

Is there any way to connect socket.io Websocket.

jkyberneees commented 2 years ago

Hi @itdkpd, please excuse the delay on this one. WebSockets proxying support was added to fast-gateway, so you can basically proxy WebSocket connections to upstream services using WebSockets.

Please let me know if this is an alternative to your issue?

Many thanks