Questions tagged as 'websocket'

1
answer

Send message to specific user in Websocket PHP

I have a real-time chat application with Websocket. But at the moment it sends messages to all users, I would like to know how do I send them to a specific user. In case, when I click on the user (from a list that appears next to it), he will st...
asked by 02.05.2015 / 05:59
2
answers

What is the purpose and how to use Broadcasting in Laravel?

Version 5.3 of Laravel has some news, such as Broadcasting , for example. I read the documentation, but I could not quite understand it. I have seen that it has some relation (if direct or indirect, I do not know) with the Websockets. I a...
asked by 05.09.2017 / 13:47
0
answers

Framework for working with websockets in java [closed]

I need to introduce some java frameworks that use JSR356 but I do not find current information about which one is most used and why.     
asked by 10.10.2016 / 16:57
0
answers

How to capture binary data from a WebGL context? [closed]

I've created two HTML clients that communicate through a websocket server. One client draws a 3D model on a canvas using the Three.js library and then sends the binary file from the canvas WebGL context to the other client through the websocket....
asked by 22.05.2016 / 15:06
0
answers

SignaIR - C # - Real Time Response [closed]

I'm using C #, Asp .Net, SQL Server. I have the following question, I am creating a web and mobile application to communicate with a WebApi however I came across the problem of information and / or data in real-time, through searches I found...
asked by 29.12.2015 / 10:28
1
answer

server-side timer?

I'm doing a question game in PHP, the user will have 15 seconds to answer each question, how to prevent the user from changing the timer via inspect element and add seconds? Just adding details, it is impractical to let the user change the ti...
asked by 03.03.2016 / 20:26
1
answer

What is WAMP (Web Application Messaging Protocol)?

I've been studying a bit about Websockets and when researching how do channel structure or push, I came across the term WAMP. As it seems, WAMP is a protocol or subprotocol of a Websocket connection. I would like to know: What is WAMP in...
asked by 10.10.2017 / 14:59
1
answer

Socket Javascript does not connect (Stomp + RabbitMQ)

I'm trying to establish a communication between RabbitMQ and Javascript, to retrieve the log information that is sent to a RabbitMQ topic, but to no avail. In the console the following information is displayed: Opening Web Socket... WebSocket...
asked by 04.10.2017 / 13:16
1
answer

Broadcast via a route on Express

I have an endpoint in an application node that when calling should trigger a broadcast to the connected users in the application node. That is, as soon as the user entered the system it would connect through the socket.io and would wait until an...
asked by 24.09.2015 / 21:06
3
answers

WebSocket - c # .NET

I found almost nothing about WebSockets + .NET in google, I would like to know how this server is done using .NET in the future, the idea is to create an application and hardware (Arduino) that communicates with this WebSocket server. Is it poss...
asked by 23.02.2018 / 20:38