Live data from Hacker News

Showoff

showoff.io

61–70 of 222 posts

Re: Showoff

#61
post #10
post #5

Why would i use this over a VPS? A VPS is a similar price and has similar functionality, but doesn't pose a security risk to my home workstation and comes with a slew of other benefits. The tech looks reasonably cool, but what is the use case? EDIT: Your site also makes it sound like it is HTTP(S) only. If it's not, you might want to clarify that.

I work remotely 100% of the time (and not always in the same location). The use case for me is to quickly show a feature to coworkers without having to commit/push to a remote server. Especially if the feature needs immediate feedback and is not completely baked/finished.

You can still just use an SSH tunnel on your VPS... no committing/pushing required.

Re: Showoff

#62
post #27

Awesome. I'm definitely a potential paying customer. Two suggestions and a question: * How about a free trial for unlimited access or some other kind of cancellation guarantee? * Minor one, but the dark contrast on your website UI is about equivalent to the background on a typical lightbox...i.e. it reads "disabled" to me on first glance. One question: I assume I could map a CNAME record to the showoff URL? (So cooki…

We're going to add CNAME support soon. Thanks for the feedback about the color scheme. If you sign up for an unlimited account and you're _really_ unhappy, send an email to support@showoff.io and we can talk about a refund :)

Team payment options would be good too - $25/M 7 user option or something.

Re: Showoff

#63
post #48

If you have a public facing server then this can be had for free: ssh -nNT -R 8080:localhost:3000 myserver.com Et voilà, myserver.com:8080 now points to localhost:3000.

And there's still that ugly port number in the URL. Vast majority of clients would neither like nor understand this -- most of them don't even know what a port number is.

EDIT: Also, Showoff isn't suggesting it's doing something you couldn't do before. It just does it in a simpler & pain-free way.

Re: Showoff

#64

I've got MAMP Pro running on my notebook and have a half-dozen "local" urls ( only valid URLS for me ) - is there a way to point this service at those URLS in addition to localhost?

Yup, try using something like `show --host=mysite.local 80`.

Re: Showoff

#65
Perhaps I missed it in the FAQ, but how do you turn it off? CTRL+C?

I understand that you're aiming for simplicity here, but it would be handy to have a menubar icon (or whatever is appropriate for the given platform) to indicate that it's running or not.

Or maybe you actually have that, but it's not clear that you do from the website.

Re: Showoff

#66
post #48

If you have a public facing server then this can be had for free: ssh -nNT -R 8080:localhost:3000 myserver.com Et voilà, myserver.com:8080 now points to localhost:3000.

And there's still that ugly port number in the URL. Vast majority of clients would neither like nor understand this -- most of them don't even know what a port number is. EDIT: Also, Showoff isn't suggesting it's doing something you couldn't do before. It just does it in a simpler & pain-free way.

Set up an Apache mod_proxy from port 8080 on your server's localhost to a vhost at showoff.yourdomain.com.

You'll have to make sure to build your app to not make any assumptions about where it's running (ex: links to "http://localhost:3000/path), but you should be doing that anyway.

Re: Showoff

#67

Perhaps I missed it in the FAQ, but how do you turn it off? CTRL+C? I understand that you're aiming for simplicity here, but it would be handy to have a menubar icon (or whatever is appropriate for the given platform) to indicate that it's running or not. Or maybe you actually have that, but it's not clear that you do from the website.

Ctrl-C doesn't do it for you?

Re: Showoff

#68

Earlier quoted context omitted.

And there's still that ugly port number in the URL. Vast majority of clients would neither like nor understand this -- most of them don't even know what a port number is. EDIT: Also, Showoff isn't suggesting it's doing something you couldn't do before. It just does it in a simpler & pain-free way.

Set up an Apache mod_proxy from port 8080 on your server's localhost to a vhost at showoff.yourdomain.com. You'll have to make sure to build your app to not make any assumptions about where it's running (ex: links to " http://localhost:3000/path ), but you should be doing that anyway.

Yep, that's definitely possible. And yet, again, you have to "setup" something. It's totally okay to do things that way. Two thoughts:

You have to have Apache setup (which, when developing a new project, you may likely not have even reached that point).

You can also save your current file by going to File > Save. But Ctrl/Cmd+S is easier (and probably what you use every day).

Re: Showoff

#69
post #13

Earlier quoted context omitted.

Ah, that makes sense. Thanks.

Funny, I thought you mentioned the VPS because you could still reverse tunnel and share the app in your laptop without deploying. I was going to say that it's still a good idea since the day pass is just $1. p.s. surprised they didn't go for 99 cents

The main page seems focused on simplicity and short sentences. I think they thought that $0.99 would have looked too noisy compared to $1.

It's possible that they are also pandering to people like me who dislike prices written in that way. I am annoyed by the chore of mentally adding one to every price ending in 99 cents, and I respect sellers who write prices like that less.

Post reply on HN