Comment by mkl

Comment by mkl 3 months ago

2 replies

If you can get the messages, you can run a client-side algorithm - just download everything in the last 24 hours or whatever, and algorithmically choose what to display in what order.

ekianjo 3 months ago

That's a huge waste of resources on the client side. If every client does that it will bring the servers to their knees.

nyclounge 3 months ago

While I agree with you, technically everything can be done with API, but what are the bottle neck of just have everything accessing a db table directly? Cutting out the http API middle man?