Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anyproto/tech-docs
Tech documentation for Any components
https://github.com/anyproto/tech-docs
anytype
Last synced: about 3 hours ago
JSON representation
Tech documentation for Any components
- Host: GitHub
- URL: https://github.com/anyproto/tech-docs
- Owner: anyproto
- License: cc0-1.0
- Created: 2023-07-13T13:01:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T07:38:51.000Z (6 months ago)
- Last Synced: 2024-08-02T14:05:28.200Z (3 months ago)
- Topics: anytype
- Language: HTML
- Homepage: https://tech.anytype.io/
- Size: 2.78 MB
- Stars: 56
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - anyproto/tech-docs - Tech documentation for Any components (HTML)
README
# Open repos
The source code for Anytype and Any-sync is available on [our Github](https://github.com/anyproto).
You can find basic documentation on how to build and run the solutions in the `README.md` files in each repository.
Our main repos:
| Repo | Description |
|---|---|
| [any-sync](https://github.com/anyproto/any-sync) | Protocol designed to create high-performance, local-first, peer-to-peer, end-to-end encrypted applications that facilitate seamless collaboration among multiple users and devices |
| [any-sync-node](https://github.com/anyproto/any-sync-node) | Implementation of node from any-sync protocol |
| [any-sync-filenode](https://github.com/anyproto/any-sync-filenode) | Implementation of file node from any-sync protocol |
| [any-sync-consensusnode](https://github.com/anyproto/any-sync-consensusnode) | Implementation of consensus node from any-sync protocol |
| [any-sync-coordinator](https://github.com/anyproto/any-sync-coordinator) | Implementation of coordinator node from any-sync protocol |
| [any-block](https://github.com/anyproto/any-block) | Protocol describing data structures used in Anytype software |
| [anytype-heart](https://github.com/anyproto/anytype-heart) | Middleware library for Anytype |
| [anytype-ts](https://github.com/anyproto/anytype-ts) | Official Anytype client for MacOS, Linux, and Windows |
| [anytype-kotlin](https://github.com/anyproto/anytype-kotlin) | Official Anytype client for Android |
| [anytype-swift](https://github.com/anyproto/anytype-swift) | Official Anytype client for iOS |