Nim implementation of Syndicate
Go to file
Emery Hemingway 166152cd84 Re-implement onPublish and onMessage 2021-10-29 18:27:22 +02:00
preserves@29d7352a23 Syndicate with caps 2021-10-26 13:09:54 +02:00
protocols@6cfd97c91a Move protocols to a submodule 2021-10-06 11:58:43 +02:00
src Re-implement onPublish and onMessage 2021-10-29 18:27:22 +02:00
tests Re-implement onPublish and onMessage 2021-10-29 18:27:22 +02:00
.gitignore Move protocols to a submodule 2021-10-06 11:58:43 +02:00
.gitmodules Move protocols to a submodule 2021-10-06 11:58:43 +02:00
README.md Initial Syndicate DSL 2021-06-29 17:44:03 +02:00
UNLICENSE Unlicense 2021-09-01 13:47:21 +02:00
syndicate.nimble Add private HMAC-SHA256 implementation 2021-09-06 21:55:00 +02:00

README.md

Syndicate

Nim implementation of Syndicate dataspaces and actors.

TODO

  • Complete Syndicate DSL
  • Timer driver
  • Remote dataspaces
  • Async-dispatch integration