On Tue, Mar 20, 2018 at 7:55 AM, area234 <[email protected]> wrote:
> I am trying to use websockts to make an html page interactive with a
> python script. So, when this page is requested, I wish to start the
> python script to connect it with the html page. Since, the script
> communicates with the html page by websockets, no I/O is requested
> with apache server.

Can you rephrase or elaborate? If a client sends a HTTP request or
creates a websockets connection to Apache, and you want to handle it
with a script, your script has to communicate with/via Apache.

I don't think the script "communicating to the html page" is a good
model of what's happening.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to