Closed 120m4n closed 4 years ago
How to use websockets with other REST api end points.?
Hi, @120m4n you can create your REST API application server with Fiber framework, then you can open a simple get route handled by the WebSocket. You can find this part of the example in README.md
Thank you, Antonio
How to use websockets with other REST api end points.?