mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
fix: corrected statte of implementation
This commit is contained in:
parent
ddc2dd119e
commit
7658b845d2
@ -64,11 +64,10 @@ A reference implementation of such a daemon is provided within the examples. The
|
||||
### Adapters and Providers
|
||||
|
||||
In webfuse, an adapter is a component that adapts the libfuse API to a websocket interface.
|
||||
Currently, libwebfuse implements only a server based adapter - a websocket server, that allows clients to connect a remote file system which
|
||||
is represented via libfuse on the server side.
|
||||
Currently, libwebfuse provides both, server based and client based adapters.
|
||||
|
||||
In webfuse, a provider is a component that provides a filesystem via websocket interface.
|
||||
Currently, libwebfuse implements only a client based provider - a websocket client that provides a local filesystem to a remote server.
|
||||
Take a look at [known implementations](#Known-Implementations) to find provider libraries.
|
||||
|
||||
## Similar Projects
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user