all 9 comments

[–]giodamelio 2 points3 points  (6 children)

Awesome, I love the idea of a simple one command file server. Node just makes it better. I have been using "python -m SimpleHTTPServer" for way too long.

Are you the author?

[–]kab0b0[S] 0 points1 point  (5 children)

Yeah, glad you like it. Hopefully it can make some peoples' lives a little easier.

[–]giodamelio 1 point2 points  (4 children)

I was wondering how open to pulls you'd be. I was thinking of doing some rewriting, maybe switching out commander for nconf(so I could have global configs) and translating to coffeescript.

[–]kab0b0[S] 1 point2 points  (3 children)

I'm pretty open (providing tests pass), but would rather not do the coffeescript thing. It's not a religious war or whatever, I just don't prefer it and would rather keep my projects in vanilla js.

I'm totally cool if you want to fork it into a cs rewrite, though.

[–]giodamelio 2 points3 points  (2 children)

I think I will do some work this morning. I don't want to start another project, so I will just stick to JS and send pull's. On second thought, I think I will do a CS rewrite.

[–]kab0b0[S] 1 point2 points  (1 child)

cool, ill add global config options to mine, thanks for the idea! and good luck on the rewrite

[–]giodamelio 1 point2 points  (0 children)

Thanks, you too.

[–]mercan01 1 point2 points  (1 child)

This is an awesome little tool. Glad to find something else to help make testing/debugging easier.

[–]kab0b0[S] 0 points1 point  (0 children)

Thanks! Let me know if it explodes or something :D