Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rovsen762/whatsapp_clone_django
The chat application I wrote with Django's Channels Library and JavaScript's PeerJS library. While you can share image and audio files with the application, it is also possible to record audio and send it to the other part
https://github.com/rovsen762/whatsapp_clone_django
chat-application django django-application djangochannels peerjs peerjs-webrtc webrtc
Last synced: 3 months ago
JSON representation
The chat application I wrote with Django's Channels Library and JavaScript's PeerJS library. While you can share image and audio files with the application, it is also possible to record audio and send it to the other part
- Host: GitHub
- URL: https://github.com/rovsen762/whatsapp_clone_django
- Owner: rovsen762
- Created: 2024-06-24T15:24:08.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-24T15:26:40.000Z (6 months ago)
- Last Synced: 2024-10-11T07:05:26.820Z (3 months ago)
- Topics: chat-application, django, django-application, djangochannels, peerjs, peerjs-webrtc, webrtc
- Language: HTML
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The chat application I wrote with Django's Channels Library and JavaScript's PeerJS library. Django Channels and WebSockets are used for written communication. PeerJS and WebRTC are used in video and audio communication. While you can share image and audio files with the application, it is also possible to record audio and send it to the other party.
Requirements:
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
(Required for NodeJS and NPM for PeerServer to work at the back)
npm install
npx peerjs --port 9000 (launch peer server)