mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
added known implementations
This commit is contained in:
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…
Reference in New Issue
Block a user