Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upseeding a file using nodejs #342
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
resolved #343 (comment) |
This comment has been minimized.
This comment has been minimized.
|
Nice - glad you got it figured out |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to seed an html file using WebTorrent in Nodejs. I get callback from WebTorrent which indicates that the client is started seeding but when I copy-paste the hash on the client-side to download the file, nothings happened.
Here is my code on the server-side:
What is the problem and how can I debug to see what is going on?