This one goes with the theme of today being Friday… if you’re a geek who’s into web development, you might chuckle.
Otherwise you might not get it.
The project will contain one empty index.html file (empty as in the DOM will be empty, but there will be one JS include).
The JS include will then connect back to the project and retrive a JSON representation of a DOM…
The DOM will then be injected and rendered on the screen.
Where does the content come from? A p2p JSON CMS. The first attempt to collect will alert and ask for a JSON representation of a page… and it will then use a javascript based p2p system to distribute the JSON and it will continually be modified.
Nice.