c9-core/node_modules/vfs-socket
Fabian Jakobs 7ac14a89a2 add support for pausing and resuming streams and PTYs 2015-09-02 10:13:42 +00:00
..
test
.gitignore
.travis.yml
LICENSE
README.md
component.json
consumer.js add support for pausing and resuming streams and PTYs 2015-09-02 10:13:42 +00:00
package.json
worker.js add support for pausing and resuming streams and PTYs 2015-09-02 10:13:42 +00:00

README.md

vfs-socket

Build Status

A wrapper to use vfs instances remotely over a socket-like transport

TODO: Document this.

For now, read the setup phase of the unit tests. https://github.com/c9/vfs-socket/blob/master/test/test-socket.js#L27-50

From there it works more or less like vfs-local by design.