1
0
mirror of https://github.com/falk-werner/webfuse-js synced 2024-10-27 20:44:08 +00:00

added fellow repositories and link to protocol spec

This commit is contained in:
Falk Werner 2020-04-10 13:37:47 +02:00
parent 6e36fd427a
commit 824234d708

View File

@ -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)