Skip to content
/ sink Public

The Dropbox parody for guilty pleasure. 🤣

License

Notifications You must be signed in to change notification settings

TonyChol/sink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sink

A directory synchronization solution between multiple clients. Still under development.

How to build

Note that the whole project should be located inside your $GOPATH. There is more information at golang.org.

  • Client side

    The client can be built by typing go build in the root directory, which will generate the ./sink executable file.

  • Server side

    The server code is in the ./server directory. Simply typing go build command in ./server folder to build a server binary. The server executable will be generated.

How to use

  • Go to ./server folder and run ./server command to start the server
  • In the root folder of this repo, run ./sink testDir <your unique device id> to start the client.

About

The Dropbox parody for guilty pleasure. 🤣

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published