Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days 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

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)