thereal-atom / django-chat

simple chat app made with django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-chat

very simple chat app made to learn django

at the moment it's basically as bare bones as it can be as I wanted to get it done in a couple of hours. as such, there's a list of features missing that I still do want to implement just not at the moment.

  • proper user auth
  • proper security
  • speed optimizations (caching, more efficient code, etc)
  • proper input validation
  • improved project structure
  • clean up code (centralized error handling, middleware to parse json properly, less repeated code, etc)
  • next.js front end

About

simple chat app made with django


Languages

Language:Python 48.5%Language:Java 21.9%Language:TypeScript 8.6%Language:Ruby 7.1%Language:Objective-C 6.8%Language:Objective-C++ 3.4%Language:JavaScript 2.3%Language:Shell 1.4%