lombord / WiniChat

Chat App using Django + Vue.js
https://winichat.duckdns.org/chat/
8 stars 0 forks source link

Maybe use Django Event stream #2

Open enzofrnt opened 3 months ago

enzofrnt commented 3 months ago

You may use Django eventstream for chat that maybe a good idea ? I made a REST version that is coming. https://github.com/fanout/django-eventstream

lombord commented 3 months ago

Thank you for the suggestion I'll definitely consider that