menu
Log In
Register
menu
Login
Register
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About us
Cookie Policy
Home
Tag
websocket
Recent questions tagged websocket
1
vote
1
answer
How do I protect the data sent from the backend to the frontend of the online game browser?
How do I protect the data sent from the backend to the frontend of the online game browser?
In many online games, there is a game crash. Can you please tell me how data is transmitted in vue js. If it's sent over a web socket, how to protect it. After all, t ...
php
vue
websocket
by
jaygen
asked
Sep 24, 2021
1
vote
1
answer
How do I fix a 403 error when connecting to WebSocket?
How do I fix a 403 error when connecting to WebSocket?
A simple webchat on ratchet on instructions . Chat works fine on the local machine, but on the server when you try to connect you get an error 403 VM3045:1 WebSocket ...
php
websocket
by
DeboshiR
asked
Sep 24, 2021
1
vote
1
answer
How to organize a quiz with timers on websocket on the server?
How to organize a quiz with timers on websocket on the server?
I want to write a nodejs quiz. on the client, users connect to the server via websocket.io. my quiz works like this, a round of 10 questions is created where two users g ...
node.js
websocket
by
naruto3333
asked
Sep 22, 2021
1
vote
1
answer
Is it possible that a sent message will not reach me?
Is it possible that a sent message will not reach me?
Is it possible that a sent message will not reach me? For example, if the recipient was without internet at the time of sending? Should I think about it as a developer ...
websocket
by
ince
asked
Sep 21, 2021
2
votes
1
answer
Why doesn't Nginx change the protocol to WebSocket?
Why doesn't Nginx change the protocol to WebSocket?
My host config: location /socket.io { proxy_pass http://127.0.0.1:6002/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Co ...
nginx
websocket
by
MrPofix
asked
Sep 20, 2021
1
vote
1
answer
What Python library can replace WebSocket in JS?
What Python library can replace WebSocket in JS?
Is there such a library other than requests? ...
python
websocket
by
ntloff
asked
Sep 19, 2021
2
votes
3
answers
API for messenger, REST + WS or pure WebSocket?
API for messenger, REST + WS or pure WebSocket?
The essence of the question is this: I decided to write up a messenger for the sake of interest, immediately there were a few technological issues. One of them is how t ...
node.js
restful-api
websocket
by
What1slov3
asked
Sep 18, 2021
3
votes
3
answers
How to implement sending and receiving notifications in real time on the site?
How to implement sending and receiving notifications in real time on the site?
Front site is written in ReactJS, Back - php + sql. Developed notification system, i.e. all notification information is stored in the database, but so far only works aft ...
php
react
websocket
by
temakorolev1
asked
Sep 18, 2021
1
vote
2
answers
What is the problem with transmitting audio from the microphone via websocket in the JS-PHP bundle?
What is the problem with transmitting audio from the microphone via websocket in the JS-PHP bundle?
Greetings. I am trying to feel the possibilities of streaming data online via web sockets. To begin with, I decided to experiment only with sound, i.e. to implement a se ...
php
javascript
websocket
by
gracer
asked
Apr 4, 2021
1
vote
1
answer
How can I enable Nginx to read docker.sock?
How can I enable Nginx to read docker.sock?
There is a server with docker and nginx. I need to be able to connect to containers via websocket ( There is a server with docker and nginx. I need to be able to connect ...
nginx
docker
websocket
by
brezhitskiy42
asked
Apr 4, 2021
8
votes
1
answer
How to work with Websocket in js?
How to work with Websocket in js?
When I was hired, I was given this test assignment: (Estimated turnaround time 4-8 hours Develop a SPA application according to the task below. The preferred framewor ...
vue
websocket
by
Gutnov
asked
Mar 26, 2021
2
votes
1
answer
Is it worth separating the sockets from the monolith and what server characteristics to look at?
Is it worth separating the sockets from the monolith and what server characteristics to look at?
There is a monolith built on React + Laravel. Decided to switch to microservice architecture, take 2 servers for front-end + back-end, 1 server for database and 1 server ...
design-software-software
websocket
by
hellohelpme
asked
Mar 25, 2021
1
vote
1
answer
Get the PING of a Socket.io user connection?
Get the PING of a Socket.io user connection?
How do I ping a user? An example is in the photo below ...
javascript
websocket
by
kur4chyt
asked
Mar 25, 2021
2
votes
1
answer
Why web sockets workerman with an application on ionic is crashing. Who's fault is it the client or the server?
Why web sockets workerman with an application on ionic is crashing. Who's fault is it the client or the server?
Hi all. There are web sockets on workerman to which the ionic application connects from android, for example. When we minimize the application, after some time the conn ...
php
websocket
by
VladimirDronik
asked
Mar 22, 2021
1
vote
1
answer
Which is faster than Socket.io or WebSocket?
Which is faster than Socket.io or WebSocket?
Which is faster than Socket.io or WebSocket? What is the best way to create a networked web game? ...
socket.io
websocket
by
Triborg-333
asked
Mar 21, 2021
1
vote
1
answer
PHP rcon Minecraft, how to get player coordinates?
PHP rcon Minecraft, how to get player coordinates?
I watched Igor Link not long ago ( https://www.youtube.com/watch?v=amvD0y1RE6s ) and thought why not make it possible to get information from the game via rcon in PHP.A ...
php
websocket
by
kosmok
asked
Mar 21, 2021
1
vote
1
answer
How to implement WebSocket connection recovery in a React application?
How to implement WebSocket connection recovery in a React application?
The goal is to re-establish a connection to WebSocket if the connection is closed unintentionally. I tried it this way, but the problem is that after reopening the conne ...
react
websocket
by
imkopyova
asked
Mar 20, 2021
1
vote
1
answer
Why does the websocket connection drop after 100 seconds?
Why does the websocket connection drop after 100 seconds?
Good afternoon. There is a site with a web server nginx. A websocket server is also up. Nginx acts as a proxy for the websocket server. A web socket connection is establ ...
javascript
web development
websocket
by
dev123
asked
Mar 13, 2021
1
vote
2
answers
How do I configure WSS in Python?
How do I configure WSS in Python?
Hi there. To create a WebSokcet server, I used the . such a library Recently the question arose of how to encrypt the connection to the websocket on the library's we ...
python
websocket
by
chrome123
asked
Mar 7, 2021
2
votes
2
answers
What utility can be used to proxy websocket?
What utility can be used to proxy websocket?
I want to be able to track websocket messages between the site and the browser to automate sending them as if from the browser. I've used Anyproxy as an http proxy befor ...
node.js
websocket
by
asergrisa
asked
Mar 7, 2021
Page:
1
2
3
4
...
19
next »