views:

107

answers:

0

Hi,

I'm building an application that will serve bittorrent video downloads. Which BT tracker is scalable, fast and efficient, and easy to integrate into an application?

I'll probably be using MongoDB's gridFS to store files to be served. I'm not hosting a public tracker, only a tracker for my own video files so that is an important feature. Users are required to be authenticated in order to download. Also something that is written in C++ or Java would be preferred since mongodb APIs exist for these languages.

Thanks in advance