Skip to main

Tag: Django REST Framework

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. Marionette puppet visits a spa
    Article post type

    A Visit to the RESTful SPA

    You can’t always get away with a single-page app; sometimes you need server-side rendering. When you need both, here’s one approach.

    see all Article posts