0.1.5 • Published 2 years ago

filebridge-client v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

FileBridge-client

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 (this package)

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

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.5

2 years ago

0.1.1

3 years ago