Skip to content

Real-Time chat app using Django 4(using: redis channels) && next.js 14(additional: react-use-websocket) long-polling

Notifications You must be signed in to change notification settings

genagurbanguliyev/real-time-chat-django-next14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is real time chat app

Used:

  • next.js - 14
  • Django - 4
  • python - ^3.11
  • PostgreSQL

Front-end:

inside chat_client folder run commands:
cd chat_client
npm install
npm run dev

Back-end:

To Run back-end you need installed to your system:
  • poetry
  • docker

If you don't have poetry:
  • you can use simple python venv:
    • create python_venv and install all dependencies inside poetry.toml
If you don't have docker:
  • you can install redis to you system and use

inside chat_server folder run commands:
    cd chat_server
    poetry shell
    poetry install
    ./run.sh

About

Real-Time chat app using Django 4(using: redis channels) && next.js 14(additional: react-use-websocket) long-polling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published