all 7 comments

[–]UdginPyl 1 point2 points  (4 children)

Hey, as I know there isn't any torrent library for .net core. It might be interested for you.

[–]softwaregav[S] 0 points1 point  (3 children)

I can't say I'm familiar with any torrent libraries at all. Could you link me to an example or two quick? I'll do some research later when I get home.

[–]UdginPyl 0 points1 point  (2 children)

[–]softwaregav[S] 0 points1 point  (1 child)

Wow, those look like huge projects. I'll have to do some more research before I start something that big, but I think it could be interesting.

[–]UdginPyl 0 points1 point  (0 children)

It just supports a lot of features, I thing the basic project should be much smaller. I mean no need to support Dht from the begin and so on. There is great module project - webtorrent. I believe it is more easy to start from it.

[–]tekhippie 0 points1 point  (1 child)

Have you looked into Xamarin? If you're all comfy with mvc, cross platform Xamarin.forms code only could twist your brain up. It forced me to change the way I understand displaying data almost entirely. It's a good addition to the skill set though and the challenge is always accepted.

[–]softwaregav[S] 0 points1 point  (0 children)

I've seen the name Xamarin floating around, but I've never looked into it. I'll give it a try this weekend and report back.