Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I do apologize if the question is weird.

I am developing a web framework in django. What I need to do is I want to get data from tables using datetime picker and need to send it to socket server over the network using tcp/ip. I am able to display data on the webpage but on the second page I want user to select the date range and send data to the tcp server bu pressing button. Please can anybody help me out in this issue.

Thanks
Posted

1 solution

For non blocking TCP communication look at Gevent module
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900