python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Communicate with a specific client [JS/PY]
I use angular client side (TS) and Django server side (PY).
Unfortunately despite what I find on the internet, I can't send a message to a SPECIFIC client from the server. Socket.io doesn't exist in P...
Antholife
Votes: 0
Answers: 0
TwinCat3 - TF6310 TCP/IP - How to detect if client disconnects?
I am using TF6310 TCP/IP to start a TCP server, await for connection (it is guaranteed that there is only one client connecting), and when a connection comes I accept it. Once accepted i receive/send ...
sharkyenergy
Votes: 0
Answers: 0
Upload Files and a String in same Flask Request
I would like to upload files and a separate string containing an email address using flask.
I have it working to upload the files and have the email address stored on the server but would like to uplo...

James Blackwell
Votes: 0
Answers: 1
How to send continous data from server to client in Python?
I am building a server to send data to the client in Python. I would like to continuously send the time until the client closes the connection. So far, I have done :
For the server:
import socket
from...
Ian Kurtis
Votes: 0
Answers: 1