Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/refinec/larf-node
- Owner: refinec
- License: mit
- Created: 2020-11-15T15:59:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-22T15:36:02.000Z (about 4 years ago)
- Last Synced: 2024-04-24T20:42:36.832Z (9 months ago)
- Topics: express, nodejs
- Language: JavaScript
- Homepage:
- Size: 11.7 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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