All Projects → atsign-foundation → at_server

atsign-foundation / at_server

Licence: BSD-3-Clause license
The core software implementation of the atProtocol.

Programming Languages

dart
5743 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to at server

at demos
A collection of demo apps written to help you get a head start on your atPlatform journey
Stars: ✭ 45 (+25%)
Mutual labels:  atsign

Build Status GitHub License

at_server

The at_server repo contains the core software implementation of the atProtocol.

  • at_server_spec is an interface abstraction that defines what the atServer is responsible for.

  • at_persistence is the abstracted module for persistence which can be replaced as desired with some other implementation.

  • at_root the root server is a directory that contains the most minimal amount of data necessary to determine where to go to ask for permission. It only contains a record for every Atsign as well as the internet location of the associated secondary server that contains data and permissions.

  • at_secondary is a personal, secure server that contains a person's data and their permissions and terms under which they wish to share with others. The server is written in Dart / Flutter and is incredibly efficient. The ability to securely sync data with other instances in the cloud or on other devices.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].