mirror of
https://github.com/vacp2p/dasy.git
synced 2026-01-08 22:37:59 -05:00
9a23767042eb130f6ed02c87c8c8f5a5e4f70135
DaSy 🌼
/ˈdeɪzi/
Data Sync Client
This repository implements a basic messaging data sync client that operates on top of mvds.
Usage
Listening to messages
postchan := make(chan event.Payload)
client.Feed(protobuf.Message_POST).Subscribe(postchan)
for {
post := <-postchan
fmt.Printf("%+v\n", post)
}
Languages
Go
90.4%
Makefile
9.6%