Skip to main

Tag: Django Channels

For more posts, return to the full posts list or browse all tags.

Posts

  1. The English Channel from above
    Article post type

    Django REST Framework & Channels

    We’ve begun exploring some patterns for how to add WebSocket push notifications to what is otherwise a RESTful API. This means, for us, using Django REST Framework and Django Channels in concert.

    see all Article posts
  2. Old photograph of operators
    Article post type

    Django, Background Processes, and Keeping Users in the Loop

    When you have out-of-band processing in a web app, how do you let users know that the status of a task has changed? Depending on your front-end client, there are a few different approaches you might take.

    see all Article posts