antoniodipinto / ikisocket

🧬 WebSocket wrapper with event management for Fiber https://github.com/gofiber/fiber. Based on Fiber WebSocket and inspired by Socket.io
MIT License
123 stars 21 forks source link

Websockets + REST api #1

Closed 120m4n closed 4 years ago

120m4n commented 4 years ago

How to use websockets with other REST api end points.?

antoniodipinto commented 4 years ago

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