I think the title explains it all.
But the library needs to run a server forever. Ive used socket but that didnt work because the server cant easily run forever and it needs some tweaking and i dont think it will be as reliable as websockets library. Ive seen ws4py library but it isnt asynchronous.
Alternatively someone could tell me an easy function or an easy way to send files via websockets.
Im looking for an easy way to do this just because im new to networking stuff.