Search code examples
reactjsdjangowebsocketreal-timedjango-channels

Real time application (React + Django)


Just want to get some suggestion on what would be best approach to create a real time application. What architecture and libraries should be used on both sides

I have looked int to sockit.io for front end and channels for the django side, Do I have to use both of them or only one side front-end or back-end


Solution

  • Just use Channels in back-end side to handle websocket or something like that. Then your font-end side can realtime communicate with backend through it