Skip to content

SynCute-go client is a Golang console application that connects to the server and syncs local directory with the server and receive new resource from other clients through the server.

License

Notifications You must be signed in to change notification settings

hamednikzad/syncute-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SynCute-go

Golang client for SynCute

SynCute-go client is a Golang console application that connects to the server and syncs local directory with the server and receive new resource from other clients through the server. Clients are not connected to each other, they just connected to the server.

Run

You should edit config.yml file and set remote server address and token for connection to the server. Run client with --help for more information.

Test

Use this command for unit testing:

go test ./...

Docker

You can build docker file with this command:

docker build --tag syncute-go .

  • Remember you should pass the remote server address to it.

About

SynCute-go client is a Golang console application that connects to the server and syncs local directory with the server and receive new resource from other clients through the server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published