I was trying to establish a communication between Django Resframework backend and Angular js.
Are there any sample?
For further actions, you may consider blocking this person and/or reporting abuse
I was trying to establish a communication between Django Resframework backend and Angular js.
Are there any sample?
For further actions, you may consider blocking this person and/or reporting abuse
Nhan Nguyen -
Uthman Eli -
Ashish prajapati -
Manthan Ankolekar -
Top comments (1)
For sockets you might need to look beyond DRF.
For simple use cases github.com/hishnash/djangochannels...
For serious use case
channels.readthedocs.io/en/stable/