1.0.3 • Published 4 years ago

larf-node v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

larf NodeJS Connector

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

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