Hey thanks for the offer. I wrote an open source Elixir application called Magnetissimo. It goes all over the internet, finds torrents and indexes them in a simple to use UI with one-click download links.
Elixir was paramount for this project's simplicity. I leveraged GenServer and the BEAM VM to effortlessly created different crawl queues that utilize all the cpu's cores to maximize throughput. It's really really fast.
The idea is that anyone can clone the project, run it, and get upwards of 400+ torrents indexed per second immediately. Your own personal kickasstorrents. Or host one for your friends and family.
Elixir was paramount for this project's simplicity. I leveraged GenServer and the BEAM VM to effortlessly created different crawl queues that utilize all the cpu's cores to maximize throughput. It's really really fast.
The idea is that anyone can clone the project, run it, and get upwards of 400+ torrents indexed per second immediately. Your own personal kickasstorrents. Or host one for your friends and family.
Would love to add a logo to the project.
- Screenshot: http://i.imgur.com/B9OFxTx.png
- Github: https://github.com/sergiotapia/magnetissimo
- License: MIT