Socket
Socket
Sign inDemoInstall

filebridge

Package Overview
Dependencies
100
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    filebridge

[![npm version](https://badge.fury.io/js/filebridge.svg)](https://badge.fury.io/js/filebridge)


Version published
Weekly downloads
1
Maintainers
1
Install size
3.18 MB
Created
Weekly downloads
 

Readme

Source

FileBridge

npm version

FileBridge is a simple server to interact with a directory on your local file system. Use it to interact with a filesystem from a web application or other client.

Starting

npx filebridge [dir] [-p 3001]

Reading files

GET /file/<relative path to dir>

Writing files

POST /file/<relative path to dir>

Watching

FileBridge exposes filesystem events (provided by Chokidar) over WebSockets.

Client

A javascript is available as the package filebridge-client. See example usage in the unit test.

FAQs

Last updated on 15 Mar 2022

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