Naticord / naticord

Naticord / Native-cord is a native Discord client targetting modern and old operating systems. https://dsc.gg/naticord
https://naticord.lol
Apache License 2.0
131 stars 12 forks source link

Use websocket for displaying messages in real time #11

Closed sudo001 closed 4 months ago

sudo001 commented 4 months ago

Using HTTPs for loading past messages is great, however it is not good for displaying messages in real time - thats what websocket was made for.

Will be easy to implement and u will avoid possible ratelimits.

axeltechtips commented 4 months ago

good idea!

n1d3v commented 4 months ago

Yes, I have been working on websockets for the past few days and I have gotten a bit of it to work. I will soon update the app to have some more fixes and also this