How to implement websockets #3323
-
Hey, I wrote an API in actix and I also created and event system that we use for handling intern events. (for example if an entity was created etc.) So is there any other technology to use (like socket.io) or basically how/what is the best/a clean way to implement web sockets? Edit: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The Actix team adopted |
Beta Was this translation helpful? Give feedback.
The Actix team adopted
actix-ws
and it is is now back in development. I'd recommend using it, even in it's current state, but look out for updates soon.