Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 438 Bytes

File metadata and controls

18 lines (14 loc) · 438 Bytes

Messaging Application in Python Django

Frameworks

  • channels
  • channels_redis
  • django

Languages

  • Python (Serverside)
  • Javascript (Clientside)

External Tools

  • Redis

Next steps

  • Keep track of rooms so 'index.html' in chat app can display list of rooms for users to enter
  • Keep track of connected clients to keep rooms up to date with user count and info
  • Keep track of room chat history