FZambia / django-realtime-playground

Django chat application using different realtime technologies. Out of date! See https://github.com/centrifugal/centrifugo and https://github.com/django/channels
76 stars 10 forks source link

Performance metrics #3

Open johnsonc opened 7 years ago

johnsonc commented 7 years ago

Hi Alex! Great work!! This repo seems to be a prime candidate for push benchmarking stats to a webpage somewhere. Just adding django-channels to the mix can get you a proper benchmarking tool for the async technologies out there.. Even though django-channels is being touted to be used with Django, I think the performance of Centrifugo is currently much much faster. Also in the microservices world, its better to have things loosely coupled.

FZambia commented 7 years ago

@johnsonc hello, thanks for kind words!

Not sure I understand you right - do you suggest adding django-channels here? If yes - it would be nice of course but I have no plans doing something with this repo - have no time and enough interest.