I'm convinced of something surprising -- that walled gardens are actually the result of limitations in ... HTTP! And to prove it, I've implemented a replacement for HTTP called Statebus that adds power to HTTP and breaks down walled gardens: https://stateb.us Check it out!
Statebus makes web programming wayyyy easier, and opens up the insides of websites -- you can go to any page, hit a hotkey, and edit the code live to add a feature, or incorporate state from a different site, or re-use the state or code from somewhere else, just as easily as you use your own site's state and code! Because it puts the insides of sites onto the web protocol itself. In Statebus, every piece of state has a URL! And you can synchronize with it as easily as <a href="state://..."> today!
This breaks up walled gardens like Facebook! Today, we have monopolies at the level of websites, because each different website is implemented with a different proprietary stack of web gunk -- MVC server frameworks, reactive view frameworks, networking frameworks, babel, webpack, and -- YUCK! Statebus replaces all this gunk with the web protocol itself -- the statebus protocol -- which opens the state, and itself automatically synchronizes all this state together!
Statebus transforms HTTP from State Transfer to Synchronization:
HTTP: Hypertext *Transfer* Protocol
REST: REpresentational State *Transfer*
Statebus: State *Synchronization* Protocol
It turns out that all web frameworks are really just state synchronization libraries, and we only need them because HTTP doesn't know how to synchronize! By adding synchronization to the web protocol itself, we eliminate the need for all these frameworks, and put all the internal state of a website onto the web protocol itself, making it open for other websites to use!
Statebus makes websites wayyy easier to program, and this means that the easiest way to program websites is now the most open way. This changes the economics of the web, and is going to break up the walled garden monopolies that have arisen around websites -- just like the web itself broke up the AOL walled garden in 1995!
Remember AOL? It provided a lot of the same features as the web -- shopping, chat rooms, forums -- but then was outcompeted by the open web around 1995! Why? Because programmers found it was easier to put their content online with HTTP and HTML than by convincing CEO Steve Case to add their content to AOL's garden! In the same way, Statebus is going to make it easier to build social content than by going through Facebook's walled garden! The future will be a diverse, realtime, synchronous symphony of social state!
Statebus makes web programming wayyyy easier, and opens up the insides of websites -- you can go to any page, hit a hotkey, and edit the code live to add a feature, or incorporate state from a different site, or re-use the state or code from somewhere else, just as easily as you use your own site's state and code! Because it puts the insides of sites onto the web protocol itself. In Statebus, every piece of state has a URL! And you can synchronize with it as easily as <a href="state://..."> today!
This breaks up walled gardens like Facebook! Today, we have monopolies at the level of websites, because each different website is implemented with a different proprietary stack of web gunk -- MVC server frameworks, reactive view frameworks, networking frameworks, babel, webpack, and -- YUCK! Statebus replaces all this gunk with the web protocol itself -- the statebus protocol -- which opens the state, and itself automatically synchronizes all this state together!
Statebus transforms HTTP from State Transfer to Synchronization:
It turns out that all web frameworks are really just state synchronization libraries, and we only need them because HTTP doesn't know how to synchronize! By adding synchronization to the web protocol itself, we eliminate the need for all these frameworks, and put all the internal state of a website onto the web protocol itself, making it open for other websites to use!Statebus makes websites wayyy easier to program, and this means that the easiest way to program websites is now the most open way. This changes the economics of the web, and is going to break up the walled garden monopolies that have arisen around websites -- just like the web itself broke up the AOL walled garden in 1995!
Remember AOL? It provided a lot of the same features as the web -- shopping, chat rooms, forums -- but then was outcompeted by the open web around 1995! Why? Because programmers found it was easier to put their content online with HTTP and HTML than by convincing CEO Steve Case to add their content to AOL's garden! In the same way, Statebus is going to make it easier to build social content than by going through Facebook's walled garden! The future will be a diverse, realtime, synchronous symphony of social state!
You can find technical docs here: https://github.com/invisible-college/statebus/ And a demo video here: https://stateb.us