html - on button click send button's element id to a server side python socket queue -


to clarify, im not looking code here. im looking solid explanation of how accomplished , push in right direction of how accomplish this.

so need direction go in. i'm no means @ web backend. im working interactive hardware connected website. when button clicked, id button needs stored in queue on server side socket periodically queried client socket, if data client looking in queue activates interactive hardware.

i dont need socket communication. thing have no idea is.. best way send buttons element id python socket's queue when button clicked?

im using native apache2 btw


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -