You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.0 KiB

[![Build Status](https://travis-ci.org/falk-werner/webfuse-js.svg?branch=master)](https://travis-ci.org/falk-werner/webfuse-js)
4 years ago
[![npm](https://img.shields.io/npm/v/webfuse.svg)](https://npmjs.com/package/webfuse)
4 years ago
# webfuse-js
Webfuse JavaScript Provider.
**Note:** This repository refers to [webfuse-legacy](https://github.com/falk-werner/webfuse/tree/webfuse-legacy).
Since `webfuse-legacy` is out-dated, the repository is archived and will be removed in future.
_Please leave an issue if you are still interested in this code._
## 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)