From 824234d70814ea649e85af37a5b8f2e727f44ca1 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Fri, 10 Apr 2020 13:37:47 +0200 Subject: [PATCH] added fellow repositories and link to protocol spec --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e4f4e37..c630aea 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,18 @@ # webfuse-js Webfuse JavaScript Provider + +## Fellow Repositories + +* [webfuse library](https://github.com/falk-werner/webfuse) + C library to create webfuse adapters and providers in C/C++ + +* [webfuse daemon](https://github.com/falk-werner/webfused) + Reference implementation of webfuse adapter (server) + +* [webfuse example](https://github.com/falk-werner/webfuse-example) + Example demonstrating usage of webfuse + +## Further Information + +* [Webfuse Protocol Specification](https://github.com/falk-werner/webfuse/blob/master/doc/protocol.md)