Channel layers allow you to talk between different instances of an application . They’re a useful part of making a distributed realtime application if you don’t want to have to shuttle all of your messages or events through a database.
Channel layers allow you to talk between different instances of an application . They’re a useful part of making a distributed realtime application if you don’t want to have to shuttle all of your messages or events through a database.