Posts by Thomaz Diogo • 16 points
3 posts
-
0
votes1
answer737
viewsA: Socket Disconnect Nodejs
Have you tried using the socket.io library along with the express ? It is very easy to understand and use the process. socket documentation.io The example socket server: socket.js, then Node…
-
0
votes1
answer57
viewsA: Send task from server to clients nodejs
I don’t think I understand exactly ... but I’m a little confused with your code. Let’s start from the beginning: socket.Emit => sends a message socket.on => keeps listening to the channel and…
-
0
votes1
answer23
viewsA: INVALID URL error when trying to create a Websocket in Nodejs
Have you tried using the socket.io library with express? I found it very simple, there is a lot of information in the documentation which facilitates the integration: socket documentation.io The…