layout | title | permalink |
---|---|---|
page |
testing |
/ |
reTHINK Framework provides the tools to build a global real-time decentralized communication infra-structure where services are inherently inter-operable.
Network effects can now be created by many millions businesses and not by a couple of big corporations and monopolies, creating the foundations for a more balanced economy, promoting a society with less inequalities.
Thanks to radical new concepts like Protocol on-the-fly and Reporter-Observer peer-to-peer data synchronization pattern, Decentralized Applications developed by different teams and deployed in different domains, can easily interoperate, without having to agree in advance on common protocols or service APIs ....
The reTHINK Framework empowers the users with the choice and the management of their private data and identities ....
The reTHINK Framework enables the usage of cutting edge software engineering in the Decentralized Ecosystem. By following microservices architectural patterns, Hyperties are independently components deployable in your browser or on NodeJS, each one providing a small set of business capabilities, using the smart endpoints and dumb pipes philosophy ....
rethink.install(config).then((runtime) => {
runtime.requireHyperty('hyperty-catalogue://catalogue.example.com/.well-known/hyperty/HelloWorldReporter').then((hyperty)=>{
hyperty.instance.hello();
});
}).catch(function(reason) {
console.error(reason);
});
Concepts |
Specifications |
Architecture |
Framework Development |
Deployment |
Standards |
Tutorials |
Toolkits |
Use Cases |
Demos |