Basic Plan Project Description
Goal: To create a program that someone can install to host a website (a simple webserver.) The program also allows the same web site files to be collectively seeded by other users using the BitTorrent protocol (a bittorrent tracker.) It also can collectively seed/share other people's web site files that are hosted by other trackers using BitTorrent (a bittorrent client.)
- All of this would be based out of a single Python-based program.
- It would use the Twisted Networking framework.
Steps
- Step 1-Get a working Twisted HTTP server.
- Step 2-Set up a website to test HTTP server.