Live data from Hacker News

Showoff

showoff.io

11–20 of 222 posts

Re: Showoff

#11
post #3

I love this idea, and the pricing seems spot-on. However, it's not obvious if this is Ruby-only or not? I don't use Ruby, so that's kind of a big deal.

I was going to say that the day pass pricing is right on but if it was me, I'd want to do price testing on the monthly pass because it seems to inexpensive.

I'd also consider a "Enterprise plan" which is monthly plan with possibly some restrictions based on IP or with password protection etc.

Re: Showoff

#12
post #3

I love this idea, and the pricing seems spot-on. However, it's not obvious if this is Ruby-only or not? I don't use Ruby, so that's kind of a big deal.

We wrote the showoff client in Ruby. It's a light wrapper around SSH that helps manage accounts, SSH keys, &c.

Since Showoff is basically a fancy SSH tunnel, it should work with any kind of webserver. If there's enough interest, we'll probably bundle up client software in ways that don't depend on `gem install`.

Re: Showoff

#13
post #9
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.

Hey mtogo, good question. We often develop sites on our laptops. The more complicated sites are, the more there is to sync around (databases, dependencies to install, version control commits, &c). Showoff is a quick way for us to get feedback from clients or each other without adding overhead to our development process.

Ah, that makes sense. Thanks.

Re: Showoff

#14
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.

Good point about the HTTP/HTTPS we will get that clarified on the website.

Re: Showoff

#16
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.

Thanks for bringing HTTPS up, that's another good use-case for Showoff. If you're developing a web app that needs to be tested with HTTPS and don't want to mess with creating a self-signed cert, Showoff can help you out.

It's also really nice for testing web hooks or API callback URLs against a local web server (e.g. ecommerce sites with IPN, &c). If you sign up for an unlimited account, you can choose a permanent URL to use for your tunnel (e.g. "my-name.showoff.io").

Re: Showoff

#17
post #13
post #9

Earlier quoted context omitted.

Hey mtogo, good question. We often develop sites on our laptops. The more complicated sites are, the more there is to sync around (databases, dependencies to install, version control commits, &c). Showoff is a quick way for us to get feedback from clients or each other without adding overhead to our development process.

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

Re: Showoff

#18
post #7
post #3

I love this idea, and the pricing seems spot-on. However, it's not obvious if this is Ruby-only or not? I don't use Ruby, so that's kind of a big deal.

I had the same question as we do mostly PHP; I'm guessing it just uses Ruby as the host software. I installed the Gem and was able to acquire a URL but kept getting an error: An error has occurred: {"stack":"Error: socket hang up\n at Socket. (http.js:1271:45)\n at Socket.emit (events.js:64:17)\n at Array.0 (net.js:825:12)\n at EventEmitter._tickCallback (node.js:126:26)","message":"socket hang up"}

Hey crikli, could you send an email to support@showoff.io with any extra details that seem relevant? We'd love to track this down!

Re: Showoff

#19
post #7
post #3

I love this idea, and the pricing seems spot-on. However, it's not obvious if this is Ruby-only or not? I don't use Ruby, so that's kind of a big deal.

I had the same question as we do mostly PHP; I'm guessing it just uses Ruby as the host software. I installed the Gem and was able to acquire a URL but kept getting an error: An error has occurred: {"stack":"Error: socket hang up\n at Socket. (http.js:1271:45)\n at Socket.emit (events.js:64:17)\n at Array.0 (net.js:825:12)\n at EventEmitter._tickCallback (node.js:126:26)","message":"socket hang up"}

You need to have some server listening on your local machine at whatever port you are creating the tunnel for.

If you just wanted to test it out you could start something like "python -m SimpleHTTPServer" and then "show 8000", which will serve files from your local machine at your showoff url (I might recommend running the server in an empty directory).

Re: Showoff

#20
post #15

I don't understand why it says "laptop". Why not my desktop machine?

We wanted to make it super clear that the primary use case is local development. By saying laptop it removed any ambiguity that it might be a production deployment tool.
Post reply on HN