dibs-devs / chatter

A simple Chat App for Django based on channels and websockets
MIT License
85 stars 29 forks source link

Load more messages when the user scrolls to the top of the page #15

Closed ishtiaque06 closed 5 years ago

ishtiaque06 commented 5 years ago

Like other chat applications, use a JS fetch request to get earlier messages from the user and prepend it to the chat section. This would also involve a new view and URL in the urlconf. There will probably be a starting pk for messages to fetched.