Skip to content

thomas-boyer/team-up-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Up: Remote Server

Description

This is half of the Team Up project. The other half--the local server--can be found here.


Team Up is a combination of software that allows teams to upload files faster.

Pix

"Homepage" "Email verification" "File info"

How it works

  • A team member--the sharer-- has a large file that needs to be uploaded to the Internet.
  • The sharer uses the teamup-server to split that file into smaller chunks and make those chunks available to other team members over their local area network. There is no limit to the number of team members the chunks can be shared with.
  • The other team members--the sharees--download one chunk each over LAN.
  • Once that download is finished, each sharee moves to a different network--whether it be their home or their local Starbucks.
  • Each sharee visits the remote Team Up server, which is hosted on the Internet, and uploads their chunk.
  • After each chunk is uploaded, the chunks are assembled to create the original file.
  • The original file is now available to download.
  • Due to the significant difference between LAN speeds and Internet upload speeds, this process can save huge amounts of time.

How to use

  • First, clone the teamup-server repository. Navigate to its folder and run npm start. Follow the instructions given by the electron app.
  • Each sharee then visits the local IP address displayed by the last screen of the electron app in their browser. Each sharee then downloads their assigned chunk as instructed.

To locally run the remote server, follow these steps:

  • First clone the repository: git@github.com:thomas-boyer/team-up-remote.git
  • Navigate to the repository's folder.
  • Run npm i to install the necessary server-side dependencies.
  • Run npm start to run the server.
  • Navigate to the client folder in a new shell tab.
  • Run npm i to install the necessary client-side dependencies.
  • Run npm start to run the client. Visit localhost:8088 in your browser to use the app.

Finally, follow the instructions given by the app to "upload" your chunks and "download" your assembled file.

Note: The app must be connected to the teamup-server application to be useful. Ensure that the local server is sending file information to the URL/port the remote server is listening to.

Major Dependencies

Server-side

  • cors
  • Express
  • Express-upload
  • mkdirp
  • mongodb
  • split-file
  • ws

Client-side

  • axios
  • bootstrap
  • js-file-download
  • react
  • ws

Team Members

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published