On 2012-10-27 11:03 PM, tom wrote:
Hi All:

Not sure if anyone are interesting in bring P2P web in world.

node-httpp is the part of HTTPP, that stands for HTTP over UDP and bring Web in P2P style against client/central-server.

It consists of three modules: udt.js, httpp.js, httpps.js, all them keep the same api as net.js/http.js/https.js.

It's simple to use node-httpp:
1. replace net with udt, http with httpp, https with httpps when require net/http/httpps modules.
2. the rest of things is same as HTTP.

I opensouce it on github:

https://github.com/InstantWebP2P/node-httpp

Best regards
  Tom



I am confused as to what this buys me. Sounds like a solution in search of a problem, a building block that could be used to build something actually useful, but not something useful in itself.

UDP is a lot easier to do peer peer through lans, so it might be useful as part of a solution for web service behind lans, which would then be useful if one had some peer to peer applications that use the browser and javascript, which, however, one does not.
_______________________________________________
p2p-hackers mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/p2p-hackers

Reply via email to