0

Its a quite simple question, but i'm searching for hours with no result.

My use case:
one way - Client asks Server for a job
other way - Server says client to stop doing current job

So its more server-server because both are listening.
But i can't find any lib for my "wishes":
1. Win7 (bye-bye Twisted)
2. Python 3
3. simple and async(bye-bye pure sockets)

Can someone help me?

Anand S Kumar
  • 88,551
  • 18
  • 188
  • 176
Stefan Weiss
  • 461
  • 1
  • 6
  • 20
  • can you please explain more the type of service the client/server provides. I don't understand what you want to do. – Ale Jul 30 '15 at 15:33
  • bye-bye twisted? hello [asyncio](https://docs.python.org/3/library/asyncio.html)! – hiro protagonist Jul 30 '15 at 18:06
  • @hiroprotagonist thank you! but i raises other questions :( http://stackoverflow.com/questions/27676954/non-blocking-i-o-with-asyncio – Stefan Weiss Jul 31 '15 at 09:15

0 Answers0