DEV Community

Debraj Bhal
Debraj Bhal

Posted on

Private chat application using Django and Ajax

I was going through tutorials online, to find web chat application projects. But the most of them were room chat apps with no sort of security. So thought of building a chat application having features like chat, file sharing one to one with security verification, etc.
Alt TextAlt Text
Here is the the link to github repo:https://github.com/krishna-vasudev/ChitChat.
Here is the link to deployed application:https://chitprivatechatapp.herokuapp.com/
Please give your honest feedbacks.

Top comments (2)

Collapse
 
ionecum profile image
ionecum

Your chat produce a 500 server error directly.
I'm really impressed.

Collapse
 
krishnavasudev profile image
Debraj Bhal

Sorry for the issue, the email verification is from a free email-id which gets disabled after a certain time, and had to be reactivated causing the issue. But you can follow the instructions in GitHub to install it locally and test it, and soon I will create a permanent fix for the issue.