This package has been deprecated

Author message:

runtime now has disk support (runtime.block)

runtime-tmpdisk-server

0.0.8 • Public • Published

runtime-tmpdisk-server Build Status

A temporary alternative to disk access for runtime.js. This is the server component that runs on the host. Note: While this was meant for runtime.js, it can also be used as an fs server.
TODO: Stream encryption.

Install:

# Add `sudo` if needed:
npm install -g runtime-tmpdisk-server

Usage:

tmpdisk [-l /limit/to/this/dir] [-p portnum]
# To run in the background:
tmpdisk [-l /limit/to/this/dir] [-p portnum] &

The default port is 8088 (port 8089 must be free for the tests).

Options:

  • [-l /limit/to/this/dir] - Limit access to a certain directory (including it's subdirectories). By default, access is limited to the users' home directory.

Package Sidebar

Install

npm i runtime-tmpdisk-server

Weekly Downloads

2

Version

0.0.8

License

MIT

Last publish

Collaborators

  • facekapow