An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ChatApp
A simple chat app made with django and channels that runs on ASGI server

Requirments:

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