DEV Community

Muramoto Hideyosi
Muramoto Hideyosi

Posted on

Socket Communication between python and Django || HTTP - POST

I was trying to establish a communication between Django Resframework backend and Angular js.
Are there any sample?

Top comments (1)

Collapse
 
hemanth7787 profile image
Hemanth kumar • Edited

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/