PikaCourse / homiehomie

3 stars 0 forks source link

[ToDo] Backend High Concurrent incoming requests and async request management #159

Open William-An opened 3 years ago

William-An commented 3 years ago

TODO: Handle high concurrent requests and storage

What is this todo related to?

backend

What is the todo?

Design an architecture to handle the concurrent incoming requests and async requests.

Few questions to ask:

  1. Is Django, Django Rest Framework, and Channels enough?
    1. Firebase?
  2. Do we need to switch databases?

Can start from other applications experience like:

  1. How Discord Stores Billions of Messages

How urgent is the todo?

Additional context

Add any other context about the problem here.