https://github.com/torhamdev/earth-chat
a simple real-time global chat
https://github.com/torhamdev/earth-chat
Last synced: 8 months ago
JSON representation
a simple real-time global chat
- Host: GitHub
- URL: https://github.com/torhamdev/earth-chat
- Owner: TorhamDev
- License: mit
- Created: 2023-02-08T13:56:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T09:36:20.000Z (about 3 years ago)
- Last Synced: 2025-03-26T17:56:51.240Z (12 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





# earth-chat
> a simple real-time global chat
A platform for a completely anonymous chat! without receiving any identifying information from the user. Just open it and chat with people on earth!
# What am I going to do?
I use this project as an exercise and in this exercise, I want to use Django, Django Channels, Docker, and Redis technologies to build a real-time chat platform :)
# How To Run?
## Manually
```bash
# clone the project
git clone https://github.com/TorhamDev/earth-chat
cd earth-chat
# install libs
pip install -r requirements.txt
# run the projct
python3 manage.py runserver
```
# License
[](./LICENSE)