JS Web Socket Wrapper Libraries #1808
-
Hi, I'm working on a website with a Vue.js frontend that hits a DRF backend and I'm currently implementing web sockets for our real time updating. I have native web sockets functional in the browser, but I was wondering if there are any current recommended client side wrapper libraries that work well with channels? I'm new with channels, but from what I can tell, there should be a way to create a reconnecting web socket that falls back on HTTP Long polling similar to socket.io for expressjs. I found the npm django_channels package, but that appears to be explicitly disowned by this project. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
HI @evans23 — good question. I don't know what folks are using out there, but maybe others can reply... |
Beta Was this translation helpful? Give feedback.
-
@destelio mentioned https://github.com/joewalnes/reconnecting-websocket over on #1685 |
Beta Was this translation helpful? Give feedback.
@destelio mentioned https://github.com/joewalnes/reconnecting-websocket over on #1685