Skip to content

reTHINK-project/rethink-project.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

layout title permalink
page
testing
/

Welcome to Worldwide Real Time Decentralized Communications

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.

Adhoc Interoperability with Quasi Zero Standards

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 ....

Power back to People: Decentralized Trust with new or existing Identity Providers

The reTHINK Framework empowers the users with the choice and the management of their private data and identities ....

Hyperties: building block for decentralized Applications

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

About

This is the starting point for new rethinkers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published