Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.5 KB

README.md

File metadata and controls

42 lines (38 loc) · 1.5 KB

Real Time Chatapp

Table of Contents
  1. About The Project
  2. Contact

About The Project

My second project with React. I've adhered to good practices and tried to follow DRY. DjangoREST is used with Django channels which works with the websocket. Redis is used as a backing store for Django channels. At the time Redis was unsupported for windows, I used docker to spin up a Redis server.

Built With

  • React
  • DjangoREST
  • Redis
  • Docker

Features

  1. Users
    • Login/Logout
    • When a user logs in a 'user active' icon lights up
    • Chat history is stored