digikar99 / iitb-cs251-2018-CodeWarriors

0 stars 0 forks source link

project - web client side #4

Open digikar99 opened 6 years ago

digikar99 commented 6 years ago
digikar99 commented 6 years ago

From this it seems like one can't do much with Django for this part. In fact, this makes it very clear that Django is to be used only for server side. For the clientside we'll have to resort to javascript (and anything else?). This should be a useful starting point for uploading files, splitting them and encrypting them.

What we need to do our tasks independently is defining how exactly do the interactions between the server and client are handled.