Answer the question
In order to leave comments, you need to log in
What is better to use for websocket server in Python?
Hello, what would you recommend to use to organize a websocket server in python? From the requirements, so that the solution can receive messages in a separate thread and send data to the client from other threads.
Answer the question
In order to leave comments, you need to log in
I can advise not to use streams. Use asynchronous aiohttp .
asyncio and websockets, here you can peep https://github.com/Bearle/django-private-chat
I did a chat and a notification system, the flight is normal, celery may also be needed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question