Relative Content

Tag Archive for asynchronousnetworkingtcppython-asyncio

How to send messages from server to client using async tcp in python?

I am trying to create a GUI chat app that uses async tcp as communication type and PyQT for GUI. I want to be able to send and receive messages both way (server2client, client2sever) but i couldn’t figure out how to send messages from server to client. I want to enter a messages as input and click “SEND” button.