S
S
Surv168932018-12-13 20:35:45
Python
Surv16893, 2018-12-13 20:35:45

Multitasking server in Python?

Good afternoon! I'm sorry for a possibly stupid question, but I don't understand how to implement a Python server that could fulfill my multitasking needs, namely the following goal:
There is a client written in PyQt that authorizes the user and opens a chat in which messages are exchanged. How to separate from the server side into groups of users who only log in and those who exchange messages in the chat for further separate interaction with them?
Thank you in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
Jock Tanner, 2018-12-13
@Tanner

I would use Django channels .

V
Vladimir, 2018-12-14
@vintello

discover a new world with Tornado or asyncio + aiohttp
is just an unforgettable experience :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question