Would it be possible to host simple static website both via HTTP and IPFS via single open port 80 so as to allow connection both from ipfs clients & from classic http non-ipfs browsers?
The text was updated successfully, but these errors were encountered:
It would probably possible to do active filtering using deep packet inspection to split HTTP traffic and ipfs traffic. You would still need a two locally bound ports and it would be quite challenging.
I don't know what is your use case but I am pretty sure cons outweigh benefits.
It may be a digression on my end, but if we twist @asgraf's question a bit and ask instead: How can I opportunistically upgrade HTTP users of my site to IPFS?
asgraf commentedMay 2, 2016
Would it be possible to host simple static website both via HTTP and IPFS via single open port 80 so as to allow connection both from ipfs clients & from classic http non-ipfs browsers?
The text was updated successfully, but these errors were encountered: