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 upGuidelines for c# server support. #590
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Right now, you can emulate the node implementation (
For an actual spec, follow #168. |
This comment has been minimized.
This comment has been minimized.
|
Thanks a lot for your guidelines. I believe this should be tractable with Microsoft.WebSockets and Monotorrent providing some of the code you linked. I will look into that probably over the summer, and I'll let you know about it. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I would be interested in implementing a c# websocket tracker to support webtorrent. I am aware of the node implementation .
What would be some guidelines to implement the protocol, given the IHttpHandler approach of that article and a BitTorrent library as Monotorrent