Re: [nodejs] a simple http server making current folder accessible from web?

2012-11-01 Thread Arunoda Susiripala
Thanks iz. Looks great will use it instead python :) On Thu, Nov 1, 2012 at 10:56 AM, Isaac Schlueter i...@izs.me wrote: npm install st -g Then type st in the dir you want to serve. On Wednesday, October 31, 2012, Josh Faul wrote: I actually use this in my .zshrc: alias

Re: [nodejs] a simple http server making current folder accessible from web?

2012-11-01 Thread david guttman
There's also serve by tjholowaychuk: https://npmjs.org/package/serve npm install serve -g serve On Wednesday, October 31, 2012 11:30:29 PM UTC-7, Arunoda Susiripala wrote: Thanks iz. Looks great will use it instead python :) On Thu, Nov 1, 2012 at 10:56 AM, Isaac Schlueter

Re: [nodejs] a simple http server making current folder accessible from web?

2012-10-31 Thread Isaac Schlueter
npm install st -g Then type st in the dir you want to serve. On Wednesday, October 31, 2012, Josh Faul wrote: I actually use this in my .zshrc: alias servethis=python -m SimpleHTTPServer And then I have an easily accessible bookmark for it. Very handy for testing simple things. On

[nodejs] a simple http server making current folder accessible from web?

2012-10-28 Thread Angelo Chen
Hi, trying to find a quick and dirty solution in nodejs: often need to access a folder in mac from ipad's Safari, is there a simple, one file nodejs script that can do it? thanks, Angelo -- Job Board: http://jobs.nodejs.org/ Posting guidelines: