the build steps are same as Node.js: 1. https://github.com/InstantWebP2P/node-httpp
2. cd node-httpp; ./configure && make install check on https://github.com/InstantWebP2P/node-httpp Best regards Tom On Monday, September 29, 2014 5:30:57 AM UTC+8, Haroon Dilshad wrote: > > How should I build/install it? Specific steps would be a big help, I'm > getting this error Error: Cannot find module 'httpp' > > On Saturday, October 27, 2012 5:45:18 PM UTC+5, tom wrote: >> >> 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 >> >> >> -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/4ec529b0-3865-4a68-91db-de6cfb12b2de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
