Blog: Bring Rails ActionCable to Django

As a full stack developer, I usually write backend code and frontend code around Websocket for some real-time features.

And I also feel pain in some cases.

  1. Auto Connecting
  2. Multiplexing
  3. Client Side Code Structure

After checking Websocket solutions in other communities, I become fan of Rails ActionCable and wrote a blog post talking how to use it in Django project, and I am sure you will learn something from it.

Bring Rails ActionCable to Django