added known implementations

pull/79/head
Falk Werner 4 years ago
parent 9e771e7280
commit ddc2dd119e

@ -10,6 +10,7 @@ webfuse combines libwebsockets and libfuse. It allows ot attach a remote filesys
- [Motivation](#Motivation)
- [Fellow Repositories](#Fellow-Repositories)
- [Known Implementations](#Known-Implementations)
- [Concept](#Concept)
- [Similar Projects](#Similar-Projects)
- [Further Documentation](#Further-Documentation)
@ -38,6 +39,14 @@ webfuse solves this problem by using the [WebSocket](https://en.wikipedia.org/wi
- **[webfuse-provider](https://github.com/falk-werner/webfuse-provider)**: webfuse provider library (C/C++)
- **[webfuse-js](https://github.com/falk-werner/webfuse-js)**: webfuse provider library (JavaScript))
## Known Implementations
| Implementation | Language | Adatper/Server | Adapter/Client | Provider/Server | Provider/Client |
| ------------------------------------------------------------------- | ---------- | ------------- | -------------- | --------------- | --------------- |
| [webfuse](https://github.com/falk-werner/webfuse) | C/C++ | - [x] | - [x] | - [ ] | - [ ] |
| [webfuse-provider](https://github.com/falk-werner/webfuse-provider) | C/C++ | - [ ] | - [ ] | - [ ] | - [x] |
| [webfuse.js](https://github.com/falk-werner/webfuse-js) | JavaScript | - [ ] | - [ ] | - [ ] | - [x] |
## Concept
![concept](doc/concept.png)

Loading…
Cancel
Save