Any add-on here that uses websocket?

TheBigK

Well-known member
My next mission is to learn something that will allow me to do stuff in real time; like developing a near real time chat application. As far as I know the popular chat apps like TaigaChat and Siropu Chat don't use web socket.

My purpose is to study existing chat / real time communication app that uses web socket. Is there any?
 
My next mission is to learn something that will allow me to do stuff in real time; like developing a near real time chat application. As far as I know the popular chat apps like TaigaChat and Siropu Chat don't use web socket.

My purpose is to study existing chat / real time communication app that uses web socket. Is there any?
found anything?
 
@Nobita.Kun - It it ain't too much; could you please post a tutorial for simple instant messaging addon that uses websocket? It could be a very simple addon without styling. It'd help lot of newbie developers like me.
 
I noticed this when playing around with the chrome inspector.

There's a .has-websockets html tag class.

Is this part of XF? Perhaps a hint of something to come?

1519577267064.webp
 
Ahh, bummer :(
I figured it was probably added by something else.
Got excited for a moment it might have meant live web socket functionality was on the way.
 
PHP and WS aren't a good match. Its awkward and spaghetti-like code.

Its better to create asynchronous Node service for stuff like that.
 
Top Bottom