massalabs / DeWeb

On-chain Decentralized Web Gateway
MIT License
2 stars 1 forks source link

Setup DeWeb pages project #75

Closed thomas-senechal closed 3 months ago

thomas-senechal commented 3 months ago

Objective

We need a way to develop and store our pages such as the "MNS domain not found" page, the "Home Page", etc. The idea is to bundle the pages directly in the binary to avoid some security issues using Go "embed".

How to

thomas-senechal commented 3 months ago

Might be great for each page to be independant from each others so we can reduce the complexity of those pages handling in the DeWeb server