Python3: Client-Server communication

旧时模样 提交于 2019-12-25 06:47:07

问题


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?

来源:https://stackoverflow.com/questions/31727547/python3-client-server-communication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!