hello ,everybody:<br>&nbsp;&nbsp; i am a new to use the twisted. i woul&#39;d like to complete a WEBGAME with it.but i have a problem for the twisted<br>i have complete the server ,and the simple client.but ,i want to the client have more function. one is let the usr input some command to the server<br>
but when i write the code ,i found it&#39;s hard ,if i want to get the user&#39;s input with raw_input() in a while loop,but it will block to wait the user&#39; input <br>what can i do for this .use thread? of twisted have some more power feature for the problem,,thank you every body<br>
<br>ps:the problem like a MUD game ,user can send the command to the server and reveive the message from server .and the user can send command everytime <br>