Skip to content

ChatRoom realized by Django web socket, supporting inviting friend to chatroom by sending link through email.

Notifications You must be signed in to change notification settings

chenxi1103/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRoom

ChatRoom realized by Django web socket, supporting inviting friend to chatroom by sending link through email.

Basic functions:

  • Only logged in user can start a chatroom or invite friend to chatroom.
  • Register via email confirmation
  • User may start a chatroom by providing a name for the chatroom
  • User may invite friends to chatroom by providing his/her username and the name of the chatroom
  • An invitation link with the chatroom link would be sent to the user who are invited through email.
  • Simple to use, real-time update.

Result Display:

  • Login Page:

image

  • Register Page:

image

  • Index Page:

image

  • Chatroom Page:

image

Develop Environment

  • Python version: python 3.7
  • Django version: Django 2.1
  • Database: sqlite

Reference: CSS Library

Reference: Picture Library

About

ChatRoom realized by Django web socket, supporting inviting friend to chatroom by sending link through email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published