larf-node

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i larf-node

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

46.9 kB

Total Files

6

Last publish

Collaborators

  • refinec