Closed gurneetbhatia closed 2 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.
Currently struggling with finding a unique identifier of Server
instances so that I can update the active-servers
collection in the database.
Implement the designs from https://github.com/gurneetbhatia/p2p-academics/issues/7