pion / awesome-pion

A curated list of awesome things related to Pion
https://pion.ly/
720 stars 72 forks source link

Add sharef CLI tool for sharing files/directories #8

Closed emiago closed 4 years ago

emiago commented 4 years ago

Sharef - more feature rich CLI tool for sharing files/directories using webrtc datachannels

Sean-Der commented 4 years ago

Merged! Nice work @emiraganov that is super cool. I think there is a great story for this stuff in the 'cloud' as well. I see lots of people trying to figure out how to move stuff around in multi-cloud setups. This be a great starting point.

There are other solutions, but stuff like this is great because of the low friction for setup.

You should share it in Slack, reddit.com/r/golang, reddit.com/r/webrtc and news.ycombinator.com also :)

I will post on Twitter in the next couple of days!

emiago commented 4 years ago

Hi @Sean-Der. Yes, that is main reason why I developed this. This gives some unified way of sharing files between two systems, as it is simple, and in most cases it will work. No need for auth or additional commands to run. Also I was thinking about some minimize requirement to establish connection each time you want to share file, so I added couple more features, like keep in sync or demonize process. Anyway I will probably give more improvements around this, and make it stable as much as possible. Share it of course, yes, we need to have better tools, as environments are changing. Thank you.