S
S
snegirev_news2018-05-20 15:29:25
Django
snegirev_news, 2018-05-20 15:29:25

How to get data from website and send it on python socket?

There is some twisted application that listens on a socket for data, processes it, and sends it back.
How can I write a web application that would read data from a form and send it to this application via a socket, preferably using the same twisted.
If possible, I would like to see in the simplest example, but a simple explanation will do. Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
marataziat, 2018-05-27
@marataziat

Why do you need a socket for authorization? Just make an authorization system by token, in order to authorize you need to send a request to the REST API, then use the token to access twisted

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question