https://github.com/foxy4096/chatapp
A simple chat app made with django and channels that runs on ASGI server
https://github.com/foxy4096/chatapp
asgi channels django python
Last synced: about 1 month ago
JSON representation
A simple chat app made with django and channels that runs on ASGI server
- Host: GitHub
- URL: https://github.com/foxy4096/chatapp
- Owner: foxy4096
- Created: 2020-12-31T10:14:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T11:45:56.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T15:14:48.881Z (3 months ago)
- Topics: asgi, channels, django, python
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatApp
A simple chat app made with django and channels that runs on ASGI serverRequirments:
Computer Machine With Redis installed
Redis 64 for Windows 10 64 From here
Redis 32 for Windows 10 32 From here
Instructions
Make sure you have python installed
Step 1. Open a terminal
Step 2. Paste the given code in the terminal
```
git clone https://github.com/foxy4096/ChatApp.git
```
Step 3. Now type this in the terminal
```
cd ChatApp
```
Step 4. Now paste this in the terminal
```
pip install -r requirments.txt
```
Step 5. After that type this and go to your web browser and go to here
```
py manage.py runserver
```Screenshots:
Lobby
![]()
Room
![]()
Room Side-by-Side
![]()