I am new to react native and I have downloaded a project from github, and I see redux and socket.io in the package.json file, is there any need to install them
I am using replit to host a chat server using Node.js and Socket.io. I used the getting started guide provided by socket.io (https://socket.io/get-started/chat)
Here is the code of my socket server const io = require("socket.io")(8080, { cors: { // origin: "http://localhost:3000", origin: "https://mern-bubble.he
I have a frontend application(VUE JS) I have a backend (Nest JS) Vue JS app get data from backend via websockets using vue-socket.io-extended library When Vue J
Please let me know if the code I have written for one-to-one chat is correct? and how do I know that messages are emitting from the backend here I am assigning
I'm trying to transmitt a draco encoded point cloud via socket.io. In the first iteration everything is fine but in every following iteration abort() is being c
I try to connect to Web Socket server by using Socket.IO-client Java First i tried this config: fun createSocket(): Socket { val options = IO.Options()
I've been trying to create a live chat application for a couple of days now, but it seems that I'm getting stuck on the first step; Getting the project to fire
My Error: WARNING in ./node_modules/base64-arraybuffer/dist/base64-arraybuffer.es5.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed
My client interconnection socket = io.connect('http://localhost:3000', { transports : ['websocket'] }); Before adding transport, it was not connecting on the cl
In kubernetes I have a deployment of 3 pods in charge of the sockets. I wish to load balance the traffic between the pods of the deployment. To do it, I'm usin
I have a question for you, I'm using socket.io and elephant.io in my php application, but I've been dealing with the error I got by elephant.io for almost 2 day
So basically I have a chat app in html and nodejs and js and I am trying to load messages that were sent previously so people can see chat history if they join
I'm so close to getting audio chat working via Websockets. The idea of this application I'm building is to have a group voice chat working in browser. I'm using
I am creating an Electron app with Socket.io. When the user's computer goes into sleep mode the server disconnects from the client throwing an error "transport
Im attempting to serve a react app via flask using the catch-all found in the top answer of this question, which works great for serving all of the build files,
How to check spelling mistakes, grammar & punctuation errors, use of greetings & short keywords and total time to complete each single chat session in s
I am making a Nodejs Multiplayer game. PROBLEM: After a period of time, around a few seconds, the latency between the server to client skyrockets. Not just a li
**Not able to connect websocket to the nodejs server for websocket connection I'm using socket_io_client: ^1.0.1 library ** void connect(){ IO.Socket socke
I can send data to server.js and it work well but i can't receive data from server.When i click button server.js gets data i think Server.js send data but my Ap