Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 641 Bytes

File metadata and controls

34 lines (21 loc) · 641 Bytes

larf NodeJS Connector

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

larf

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

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