Question : I am developing a system and soon I will have to start the part of interactions in real […]
Tag: websocket
CORS can be configured for Websocket?
Question : I have an application that needs to communicate via WebSocket with two servers each in its own independent […]
Generate a random profession for Online Players
Question : I am creating a small game (Android) to play me some more friends of mine. The game is […]
Socket Javascript does not connect (Stomp + RabbitMQ)
Question : I’m trying to establish a communication between RabbitMQ and Javascript, to retrieve the log information that is sent […]
Click on Notification Desktop and go to the same window without refreshing the page
Question : I am developing a chat with WebSocket and I have a problem, when I send a message to […]
What does handshake mean?
Question : While studying about WebSocket , I read the following sentence: Your only relationship to HTTP is that […]
php vs nodejs performance on websockets server
Question : What I take for granted today is that nodejs is best suited to work with a constant pool […]
server-side timer?
Question : I’m doing a question game in PHP, the user will have 15 seconds to answer each question, how […]
What is the purpose and how to use Broadcasting in Laravel?
Question : Version 5.3 of Laravel has some news, such as Broadcasting , for example. I read the documentation, but […]