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

Upgrade to support Fiber V2 #6

Closed antoniodipinto closed 3 years ago

antoniodipinto commented 3 years ago

Hello,

Since Fiber is improving and upgrading his project I've taken this opportunity to update also ikisocket.

This project was built as a solution to solve my problem with standard WebSockets management provided by Fiber, so I decided to create a more "extended" way of working with this kind of connection. More details here, in a post written months ago.

Upgrading this wrapper I had the opportunity to refactor and fix bugs (thank you @sebastianbuechler) trying to provide the same quality experience that Fiber provides.

That said, that's there is the changelog:

Please, if you see any bug or especially if you have a suggestion, open an issue and I will try to reply to you ASAP!

Thank you!