Python Chat Tutorial with Django and React

By DEV Community - 2020-12-16

Description

Build chat with Python, Django, React and Stream Chat. Tagged with chat, python, django, react.

Summary

  • This tutorial will explain how to build a chat application with Python, Django and React.
  • Languages such as C++, Go and Elixir are much better at handling the core of chat.
  • In this tutorial, we will use Stream, an API for chat that takes care of WebSocket connections and other heavy lifting using Go, Raft and RocksDB.
  • If it has something to do with the encoded user id in the generated token not matching the cool-sky-9 id user listed in the demo.

 

Topics

  1. Frontend (0.36)
  2. UX (0.32)
  3. Coding (0.11)

Similar Articles

How to Build a Python GUI Application With wxPython

By realpython - 2020-12-14

In this step-by-step tutorial, you'll learn how to create a cross-platform graphical user interface (GUI) using Python and the wxPython toolkit. A graphical user interface is an application that has b ...