Socket
Socket
Sign inDemoInstall

@edsdk/flmngr-example

Package Overview
Dependencies
275
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @edsdk/flmngr-example

> How to use Flmngr file manager in your project


Version published
Weekly downloads
417
increased by2.96%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Flmngr file manager example

How to use Flmngr file manager in your project

This package shows how to run @edsdk/flmngr and @edsdk/flmngr-server together.

ImgPen image editor (@edsdk/imgpen) is also included in this plugin as an add-on for Flmngr.

Install, build, run

Clone this repository:

git clone https://github.com/edsdk/flmngr-example
cd flmngr-example

Then build and run it

npm run start

Then open http://localhost:8080 URL in your browser and enjoy the demo.

Explanation

When you start the demo, server side part @edsdk/flmngr-server is listening localhost:8080. It returns demo page as index page. The index page loads client script @edsdk/flmngr.

This script will open file manager when you click the button on the page and show you result when you close it. This frontend part will call backend at URL http://localhost:8080/flmngr which has access to the filesystem of your server.

When Flmngr uses its dependencies (Uploader or ImgPen image editor) it passed own configuration to dependencies, so you do not need to specify uploads URL for @edsdk/file-uploader-server and both Flmngr and ImgPen can use it to upload files or save edited images respectively.

License

BSD license for this example, EdSDK double license for Flmngr. You can install and test Flmngr in this package for free.

Keywords

FAQs

Last updated on 13 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc