zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.23k stars 161 forks source link

please publish node-webfs to npm #7

Closed maks closed 11 years ago

maks commented 11 years ago

that would make it a bit nicer to use it as a dependency for other chrome-app based projects that would like simple FS access instead of copy-pasting server.js

creationix commented 11 years ago

I would recommend fixing #3 before doing this so were propagating the better interface. Also @maks I can create a webfs library as another webfs server using min-stream that would run on both nodejs and on top of Chrome's TCP api using the same code.

maks commented 11 years ago

@creationix a webfs min-stream based server would be fantastic!

and yes, fixing outward facing apis prior to publishing makes sense.

zefhemel commented 11 years ago

@creationix I'd love a min-stream version. The current version is kind of ugly. I'd be happy to push that instead of the current thing.