1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-10 01:51:11 +09:00
An open-source 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 https://anytype.io/
Find a file
2022-09-13 16:34:26 +02:00
app package moving + commonaspace and nidespace services 2022-09-08 21:56:32 +03:00
bin gitignore for bin 2022-07-13 20:13:13 +03:00
cmd package moving + commonaspace and nidespace services 2022-09-08 21:56:32 +03:00
common Generate drpc and some fixes 2022-09-13 15:52:47 +02:00
config package moving + commonaspace and nidespace services 2022-09-08 21:56:32 +03:00
etc space service periodic sync 2022-09-08 12:05:30 +03:00
node/nodespace package moving + commonaspace and nidespace services 2022-09-08 21:56:32 +03:00
pkg Generate drpc and some fixes 2022-09-13 15:52:47 +02:00
service WIP proto refactoring 2022-09-12 21:06:20 +02:00
syncproto WIP proto refactoring 2022-09-12 21:06:20 +02:00
util configuration service 2022-08-23 21:32:04 +03:00
.gitignore Add .idea to gitignore 2022-09-13 16:34:26 +02:00
go.mod drpc space service, new pool, new peer 2022-09-08 00:00:46 +03:00
go.sum drpc space service, new pool, new peer 2022-09-08 00:00:46 +03:00
LICENSE first commit 2022-06-21 00:07:29 +02:00
Makefile Generate drpc and some fixes 2022-09-13 15:52:47 +02:00
README.md project structure proposal 2022-07-13 20:09:19 +03:00

go-anytype-infrastructure-experiments

This repository will have the code for new infrastructure client and node prototypes

Project structure

  • app - DI, loggers, common engine
  • bin - contains compiled binaries (under gitignore)
  • cmd - main files by directories
  • config - config component
  • etc - default/example config files, keys, etc
  • service - services, runtime components (these packages can use code from everywhere)
  • pkg - some static packages that can be able to move to a separate repo, dependencies of these packages limited to this folder (maybe util)
  • util - helpers