Skip to content

Chat app written in Python, Django, JavaScript, and Ajax without the use to WebSocket

Notifications You must be signed in to change notification settings

tu-nguyen/django-chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

django-chatapp

Simple chat app written in Python/Django/JavaScript/Ajax without the use to WebSocket or Channels

Table of Contents

  1. About
  2. Prerequisites
  3. Installation
  4. Screenshots
  5. Links

About

A small functional message application built using Django. Users can enter rooms with unique username and post realtime messages. Everything from the rooms and users are not secure and this is meant to just practice using Ajax to update and pull live data from the server.

Prerequisites

  1. Python 3.9+ Download
  2. Django 3.2+ Download

Installation

  1. Clone, and run
$ git clone https://github.com/tu-nguyen/django-chatapp.git && cd django-chatapp
$ python manage.py runserver

Screenshots

About

Chat app written in Python, Django, JavaScript, and Ajax without the use to WebSocket

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published