Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/refinec/larf-node

This is connector for https://github.com/alexusmai/vue-laravel-file-manager in nodejs.
https://github.com/refinec/larf-node

express nodejs

Last synced: 2 months ago
JSON representation

This is connector for https://github.com/alexusmai/vue-laravel-file-manager in nodejs.

Awesome Lists containing this project

README

        

## larf NodeJS Connector

This is connector for vue-laravel-file-manager in node.js.

![larf](./tempfile/larf.gif)

The Aliyun Oss connector for this manager : https://github.com/refinec/larfoss-node

## Installation

```
npm install larf-node --save
```

## Usage

This package should be implemented as a middleware for Express.js server

```javascript
const express = require("express");
const app = express();
const larf = require("larf-node");

app.use('/', larf);
app.listen( process.env.PORT || 3000);
```

## Missing Features

Most of the larf function are working with the exception of these:

* ACL
* Compression and Decompression