python - How to Connect My Django App with incoming data on a TCP Port -


i trying connect django url incoming data on tcp/ip port. great if someone, shed light on this

you'll have listen on port process, or thread. save incoming data somewhere, whether log file, database, or whatever. have django use data when prepares web page send in response requests on url.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -