Questions tagged as 'websocket'

1
answer

Create a Socket server in C # and connect with Javascript

It turns out that I need to make a server to communicate clients with each other but in C #. This is the code using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System....
asked by 03.12.2017 / 17:43
0
answers

Connection of a websocket is not kept open in MVC

I'm trying to create an application that uses websockets for various purposes. At the time, I started developing a chat that is the most common example and I require it for a small inter-institutional help chat, among other things that I plan...
asked by 31.10.2017 / 19:55
0
answers

How to create a WebSocket connection in Flask without port

I am completely new to Flask and Nginx, apart from this I am trying to use WebSocket and I need to do data transmission through a web page, but without having to specify the port, nor be running it in a virtual environment. I have an Ubuntu s...
asked by 12.05.2017 / 06:41
1
answer

Error socketio in google computer engine

Anyone who managed to integrate socket.io in a google compute engine? what happens is that I'm trying to integrate but the client does not connect main.blade.php window.socket = io("{{env('SOCKET_URL')}}:{{env('SOCKET_PORT')}}"); window.cha...
asked by 12.04.2017 / 18:55
1
answer

How to pass the data obtained by getUserMedia to a binary Stream?

I want to know how to obtain information from a MediaStream in the form of a binary string so that later I can send it via WebSocket to a server. As far as I know, the information is stored in the form of Blob inside the memory and the only t...
asked by 03.03.2017 / 20:40
0
answers

connect swi-prolog with nodejs through websockets

I am trying to connect swi-prolog with nodejs but, without success. I have looked in the official documentation of swi-prolog but, I see it very confusing. I have a server in nodejs running on port 8080. What I wan...
asked by 24.05.2016 / 04:05
0
answers

How to create a connection with Modbus TCP, Python and in turn create a Websocket?

I need to transmit real-time data from a variable x of a PLC via the Web, it is the best option to create a websocket, is there any Python library that allows me to help create something like this?     
asked by 05.01.2019 / 16:40