Babble, a platform where you can talk with anyone you like!
Babble is a free to use, chat application, where people can join a room and chat with each other.
Babble uses Django as backend server along with Agora SIgnalling RTM.
Wanna try it? Try demo now!
To setup babble in local workspace, do the following
git clone https://github.com/iumoinfinium/babble
.pip install -r requirements
.python manage.py runserver
.
While going through this code source, you might have some idea, feel free to drop some of those here. And if you are interested in working together help is appreciated :)