gurneetbhatia / p2p-academics

A P2P-based network connecting academics
0 stars 0 forks source link

Define the flow for data for filenames #8

Closed gurneetbhatia closed 2 years ago

gurneetbhatia commented 3 years ago

Implement the designs from https://github.com/gurneetbhatia/p2p-academics/issues/7

gurneetbhatia commented 3 years ago

Working on first implementing the repository part of things. On the 'My Repository' side of application, the user should be able to upload resources. This resource should then be visible on the database. When another user goes on the 'Explore' tab of their application, they should be able to view it. If the first user is online at that time, the second user should be able to download the resource using the socket.io library.

gurneetbhatia commented 3 years ago

Currently struggling with finding a unique identifier of Server instances so that I can update the active-servers collection in the database.