0.0.8 • Published 10 years ago

runtime-tmpdisk-server v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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.
0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago