Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How about a CLI client daemon? #37

Open
naggie opened this issue Jul 7, 2013 · 9 comments
Open

How about a CLI client daemon? #37

naggie opened this issue Jul 7, 2013 · 9 comments

Comments

@naggie
Copy link

naggie commented Jul 7, 2013

I think it would be a good feature, similar to seeding a torrent.

What does everyone think?

It could be nodejs based, or possibly use phantomjs for immediate deployment.

@whadar
Copy link
Member

whadar commented Jul 10, 2013

Sounds brilliant.
Are you up for it? ;)

@naggie
Copy link
Author

naggie commented Jul 10, 2013

Possibly in the future, but I'm too busy at the moment, sorry. Nice project!

@Hoverbear
Copy link
Contributor

This could probably be done via PhantomJS. Hrmm....

@idofishler
Copy link

I've tried working this out via PhantomJS. I'm getting "not supported" from the validator.
when running this sample code:

console.log(page.evaluate(function () {
    var validator = new peer5.core.apiValidators.ApiValidator([peer5.core.apiValidators.DataChannelsApiValidator]);
    if (!validator.validate()) {
        return "not supported";
    } else {
        return "supported"
    }
}));

I guess the client Phantom is running does not implement data channels. Anyone has another idea?

@shacharz
Copy link
Member

This thread has some ideas:
https://groups.google.com/forum/#!topic/discuss-webrtc/QFUK2_xjBv0

@shacharz
Copy link
Member

Also, if anyone feels like undertaking a broader mission that can solve this issue and help these guys:
https://github.com/helloIAmPau/node-rtc/tree/dev

@shacharz
Copy link
Member

Ok people, there's this project https://github.com/js-platform/node-webrtc that built the webrtc stack (including datachannels) for node.js, Sharefest CLI should be closer than ever 👍

@kylemanna
Copy link

Any updates on this? It'd be awesome if I could run some CLI tool on a remote server that would return a https://sharefest.me/ for me to remotely download.

@derhuerst
Copy link

A CLI is part of webtorrent, which is being developed very actively. WebTorrent aims to be a universal standard able to transport any data peer-to-peer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants