Can web2py be used as a node in a P2P app or store data in a DHT? For example, a user wishing to run a web2py P2P app node would install web2py then the application file(s). Access the application through a web interface but then in the backend, instead of storing data just locally, have the P2P back-end application share and manage data in the form of encrypted Distributed Hash Table (DHT) amoung other web2py nodes?
For example something like Khashmir (http://khashmir.sourceforge.net/) be integrated with web2py? if so how? thanks, xen

